We're working on the transition between IOS6 and IOS7 and have the next issues, for the moment without solution:
The structure of our view is the next one:
- UIView
- UIToolbar for ad-hoc buttons (filter button for the list)
- UISearchBar over the UIToolbar to integrate the search component with the list
- UITableView
Working perfectly on the previous versions of the IOS SDK.
But in IOS7 we have the next troubles:
- The UIToolbar and UISearch bar is not visible anymore
- We integrated the UIRefreshBar component and after refresh the UITableView always move under the UINavigationBar
Any suggestions?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…