iphone - "Best" Way to Implement a UISegmentedControl underneath a UINavigationBar -
I am working on an app that uses a navigation controller to control ideas. In one part of my app, I want to place a UIView under UISegmentedControl just under the navigation, which will be the "Filter" UITWview. Originally:
====================================== == | & Lt; Back) The title goes here. & Lt; - Navigation Bar ======================================== | (All | active | inactive) | & Lt; - Fractured Control ======================================== | Item one & gt; | & Lt; - UITableView all the way down. -------------------------------------- | | Item two & gt; | | -------------------------------------- | | Item Three & gt; | | -------------------------------------- | | Item four & gt; | | -------------------------------------- | | Item five & gt; | | -------------------------------------- | | Item Six & gt; | ========================================
So how do I put it together; How do I do this in code or in IB?
Thank you!
It looks close to the radius of a UISearchBar
. Have you used it?
Comments
Post a Comment