uitabbaritem
changing the title of standard tabbar icons
Is that possible to change the title names for standard tabbar icons provided by apple. Say for standard download the icon is li开发者_开发技巧ke a down arrow with a text download, when i try to chang[详细]
2023-01-05 15:09 分类:问答Rename tabs at run-time
I have a tab bar app that has to display in different languages depending on a user\'s preference but I can\'t find much info on how to change the tab names at run-time. I need the tabs to show the co[详细]
2023-01-04 12:49 分类:问答tabBarItem's title didn't appear
i am using a tab bar in a view controllerand in \"viewDidLoad\" method i declare it: normalView =[[NormalViewController alloc] initWithSigne:[[normalAstro objectAtIndex:signIndex]objectForKey :@\"nam[详细]
2023-01-02 19:54 分类:问答Changing the title of a UITabBarItem without changing the view controller's title
I wish to have it so the view controller\'s title is different to the tab bar item\'s title. I have tried the following, inside viewDidLoad[详细]
2023-01-02 16:57 分类:问答Programmatically selected tab doesn't show hightlight overlay
I\'m trying to programmatically switch tabs. I tried to do this using the following calls: tabBarC开发者_如何学运维ontroller.selectedIndex = 2;[详细]
2023-01-02 11:11 分类:问答TabBar / "More View Controller" - Possible to have icons in colors other than black?
Is it possible to have the icons in a Ta开发者_如何学运维bBar and / or the \"More navigation controller\" be in colors other than grey and black? I tried changing the color of the icon I set for the v[详细]
2022-12-31 04:55 分类:问答White image in UITabBarItem
the last days I tried to create an UITabBarItem as UIImage. But I only get a white square. I tried to use a png 8, png 24, gif and jpg. The image will be 开发者_如何转开发fond becaus if I change the i[详细]
2022-12-31 04:52 分类:问答iphone change tab bar item on button click
I have 4 tabs in my iphone application. W开发者_JS百科hen user will click a button in tab-1, I want to move/switch user to another tab suppose tab-2.[详细]
2022-12-25 03:13 分类:问答UITabbar without controller
I have a simple app where the only view controller has an outlet to a UITabBar.It also implements UITabBarDelegate and is set as the delegate for the UITabBar:[详细]
2022-12-24 12:01 分类:问答Using UITabbaritem as a UIButton
Is there a way to use UITabbaritem as a UIButt开发者_高级运维on? I am trying to make a Tabbar that its items don\'t change the view. Just want them to do simple actions in the same view controller.[详细]
2022-12-22 23:44 分类:问答