I have a UITableView with 3 sections inside a UIViewController. Is it possible to have other controls on a UITableView, such as UISlider or UIImage? If so, how can this be done?
Note. These controls should not be in the UITableViewCell, they should be part of the view.
source
share