摘要: -(void)initTabBarView{ if (tabBarController && [kAPPDELEGATE.navigationController.viewControllers containsObject:tabBarController]) { [kAPPD... 阅读全文
posted @ 2015-01-13 18:01 爱生活爱代码 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 使用xcode6来运行项目,发现使用原生的tabbar上的图片不显示了。这个问题是因为xcode6中的一些api方法被废弃了,同时tabbar上图片的渲染方式发生了改变。先看xcode6中的tabbar api方法的变更:- (void)setFinishedSelectedImage:(UIIma... 阅读全文
posted @ 2015-01-13 18:00 爱生活爱代码 阅读(711) 评论(0) 推荐(0) 编辑
摘要: UIViewContentModetypedef enum {UIViewContentModeScaleToFill,UIViewContentModeScaleAspectFit,// contents scaled to fit with fixed aspect. remainder is ... 阅读全文
posted @ 2015-01-13 14:33 爱生活爱代码 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1获取系统语言设置 NSUserDefaults *userDefault = [NSUserDefaults standardUserDefaults]; NSArray *languages = [userDefault objectForKey:@"AppleLanguag... 阅读全文
posted @ 2015-01-13 14:32 爱生活爱代码 阅读(641) 评论(0) 推荐(0) 编辑