摘要: //如何从应用直接跳转AppStore [[UIApplication sharedApplication]openURL:[NSURL URLWithString:@"应用程序的下载链接"]];- (void)buttonClick:(UIButton*)button{ if (button.... 阅读全文
posted @ 2015-10-21 15:29 拿起放不下 阅读(200) 评论(0) 推荐(0) 编辑
摘要: //星级 [self.startView setStarLevelFormStr:model.starCurrent];- (void)createUI{ //在当前图片上放置五星级图片 UIImageView * upImageView = [[UIImageView alloc] init... 阅读全文
posted @ 2015-10-21 09:07 拿起放不下 阅读(198) 评论(0) 推荐(0) 编辑
摘要: InfoViewController * info = [[InfoViewController alloc] init];HeroViewController * hero = [[HeroViewController alloc] init];MeViewController * me = [[... 阅读全文
posted @ 2015-10-21 08:44 拿起放不下 阅读(407) 评论(0) 推荐(0) 编辑
摘要: //TabBar样式[navi.tabBarItem setTitleTextAttributes:@{NSFontAttributeName:[UIFont boldSystemFontOfSize:13],NSForegroundColorAttributeName:[UIColor color... 阅读全文
posted @ 2015-10-21 08:35 拿起放不下 阅读(490) 评论(0) 推荐(0) 编辑