2011-05-05 1 views

답변

4
NSArray * items = tabBar.items ; 
((UITabBarItem*)[ items objectAtIndex:0 ]).title = 
    ((UITabBarItem*)[ items objectAtIndex:3 ]).title 
+0

감사합니다. –