iphone - Set Title for ABPeoplePickerNavigationController -


i wondering if knows way change title of navigation bar abpeoplepickernavigationcontroller. not want use uilabel in

customizing title in navigationbar abpeoplepickernavigationcontroller

just want know if there legal way guarantees app not being rejected.

in viewdidload put line:

[picker.topviewcontroller settitle:@"contacts"]; 

where picker type (abpeoplepickernavigationcontroller *)


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -