将UISegmentedControl放在TabBarController视图的导航栏中(通过代码实现)

时间:2010-05-20 05:03:57

标签: iphone uisegmentedcontrol

如何在通过代码实现的tabbarcontroller视图的导航栏中放置uisegmentedcontrol。

1 个答案:

答案 0 :(得分:0)

在视图控制器中:

NSArray *items = NSArray arrayWithObject:@"Option"];
self.navigationItem.titleView = [[[UISegmentedControl alloc] initWithItems:array] autorelease];