ios - Change Titles of Default Apple UITabBarItems -


hello making sports app , have 3 uitabbaritems in tab bar: featured, teams , results. default icons each default featured, viewed , history respectively.

what looks in .xib:

however when try change titles in uiviewcontroller not change.

uiviewcontroller code (i not need change title of featured):

[_teamsitem settitle:@"teams"]; [_resultsitem settitle:@"results"]; 

how can change titles, or how can use icons default uitabbaritems create own? in advance.

if use system icons, come titles. can't use icons (without titles), unless use tool ios artwork extractor extract images ios , add them project.