【发布时间】:2011-05-11 09:06:26
【问题描述】:
我想知道是否有人知道为 ABPeoplePickerNavigationController 更改导航栏标题的方法。我不想像中那样使用 UILabel
Customizing Title in the NavigationBar for a ABPeoplePickerNavigationController
只是想知道是否有合法的方式可以保证应用不会被拒绝。
【问题讨论】:
标签: iphone
我想知道是否有人知道为 ABPeoplePickerNavigationController 更改导航栏标题的方法。我不想像中那样使用 UILabel
Customizing Title in the NavigationBar for a ABPeoplePickerNavigationController
只是想知道是否有合法的方式可以保证应用不会被拒绝。
【问题讨论】:
标签: iphone
在你的 viewDidLoad 中输入这一行:
[picker.topViewController setTitle:@"Contacts"];
选择器来自类型 (ABPeoplePickerNavigationController *)
【讨论】: