ios - How to set the title of a UITabBar System Item? -


i found system icon want use tab bar icon. however, need set title other default associated uitabbarsystemitem.

[[uitabbaritem] alloc] initwithtabbarsystemitem:uitabbarsystemitemcontacts tag:3] 

how can set title not use default of "contacts"?


Comments