摘要:
最近对Core Animation和Core Graphics的内容东西比较感兴趣,自己之前也在这块相对薄弱,趁此机会也想补习一下这块的内容,所以之后几篇可能都会是对CA和CG学习的记录的文章。在应用里一个很常见的需求是主题变换:同样的图标,同样的素材,但是需要按照用户喜爱变为不同的颜色。在iOS5... 阅读全文
摘要:
隐藏导航栏方法1。在push到下一个Controller中或者viewDidDisappear中加入,隐藏Controller的tabBarself.hidesBottomBarWhenPushed = NO;或者self.controller.hidesBottomBarWhenPushed = NO2. 指定初始化的界面 You should never access the tab bar view of a tab bar controller directly. To configure the tabs of a tab bar controller, you assign th. 阅读全文