标签: ios
无法想到这种类型的视图控制器/ UIView。这是我的截图中的“新/回复”部分,来自iOS7上的标准Apple日历应用程序。
屏幕截图:http://cl.ly/XIbb
答案 0 :(得分:1)
导航栏的UITableViewController可能是UISegmentedController titleView。这是最简单的方法。
UITableViewController
UISegmentedController
titleView
答案 1 :(得分:1)
这只是具有分段控件的导航项。请参阅导航项的titleView属性:https://developer.apple.com/library/ios/documentation/uikit/reference/UINavigationItem_Class/Reference/UINavigationItem.html#//apple_ref/occ/instp/UINavigationItem/titleView