已结束。此问题需要
debugging details .它目前不接受答案。
Best Answer-推荐答案 strong>
UITabBar *tabBar = self.tabBar;
UITabBarItem *targetTabBarItem = [[tabbar items] objectAtIndex:0]; // whichever tab-item
UIImage *selectedIcon = [UIImage imageNamed"name-of-selected-image.png"];
[targetTabBarItem setSelectedImage:selectedIcon];
关于ios - 使用 Storyboard ios7 在标签栏 Controller 中设置选定的图像,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/24574686/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |