i am developing an app ios7, got a custom UISearchBar at top of a UITableView with an UISegmetedControl, the problem is when i start to search, searchBar goes left and hide, so is imposible to handle it, how can i make the UISearchBar stay on it's position??
Asked
Active
Viewed 69 times
0
-
Can you post you code? – Zigii Wong Nov 30 '14 at 03:44
-
i'm using only storyboard, can't upload a photo, UISearchBar at left, UISegmetedControl at right, same line..that is it – Randy Dec 01 '14 at 16:08
-
You can also post your implementation file's code,rather than upload a photo. – Zigii Wong Dec 02 '14 at 00:57
-
Thanks, i have solved it moving UISegmentedControl as tableViewHeader – Randy Dec 04 '14 at 21:57