摘要: UIWebView* webPage=[[UIWebView alloc]initWithFrame:CGRectMake(0, 0, screenWidth, screenHeight-64)];NSURL* url=[[NSURL alloc]initWithString:@"http://ww... 阅读全文
posted @ 2015-12-08 15:00 death3721 阅读(373) 评论(0) 推荐(0) 编辑
摘要: //个性推荐 歌单 主播电台 排行榜 NSArray* promoteArray=@[@"个性推荐",@"歌单",@"主播电台",@"排行榜"]; UISegmentedControl* promoteSgement=[[UISegmentedControl alloc]init... 阅读全文
posted @ 2015-12-02 15:54 death3721 阅读(613) 评论(0) 推荐(0) 编辑
摘要: 系统默认颜色是蓝色的 视觉效果非常难看在push进的ViewController中写//修改UINavigationController的文字颜色self.navigationController.navigationBar.tintColor=[UIColor whiteColor];//修改UI... 阅读全文
posted @ 2015-12-02 13:35 death3721 阅读(508) 评论(0) 推荐(0) 编辑
摘要: NSDictionary *dic = [NSDictionarydictionaryWithObjectsAndKeys:[UIColorblackColor],UITextAttributeTextColor, [UIFontfontWithName:@"SnellRoundhand-Bold... 阅读全文
posted @ 2015-12-02 08:57 death3721 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 原博地址http://adad184.com/2014/09/28/use-masonry-to-quick-solve-autolayout/前言1MagicNumber -> autoresizingMask -> autolayout以上是纯手写代码所经历的关于页面布局的三个时期在iphone... 阅读全文
posted @ 2015-11-30 21:27 death3721 阅读(273) 评论(0) 推荐(0) 编辑