标签: iphone uisegmentedcontrol
如何在通过代码实现的tabbarcontroller视图的导航栏中放置uisegmentedcontrol。
答案 0 :(得分:0)
在视图控制器中:
NSArray *items = NSArray arrayWithObject:@"Option"]; self.navigationItem.titleView = [[[UISegmentedControl alloc] initWithItems:array] autorelease];