Is it possible to have other UIControls on a UITableView?
Posted
by Sheehan Alam
on Stack Overflow
See other posts from Stack Overflow
or by Sheehan Alam
Published on 2010-05-24T23:29:20Z
Indexed on
2010/05/24
23:31 UTC
Read the original article
Hit count: 263
I have a UITableView with 3 sections inside of a UIViewController. Is it possible to have other controls above the UITableView for example a UISlider or a UIImage? If so, how can this be accomplished?
Note: These controls should not be in a UITableViewCell, they should be part of the view.
© Stack Overflow or respective owner