I have a UITableView
which has a UISearchBar
subview. This is all on the view of a UIViewController
along with a few other subviews (l
I have same problem before about position of tableview and searchbar. i tried the following and it works for me.
If you do not write code for that and if it is only problem of xib or storyboard then try all outlet's autosizing and origin setting to fix its position and see the difference. it may be work for you.