摘要: /* 一、LaunchScreenLaunchScreen产生原因:代替之前的启动图片好处:1.可以展示更多的东西2.可以只需要出一个尺寸的图片。 启动图片的优先级启动图片 < LaunchScreen.xib 模拟器尺寸不对程序中碰见模拟器尺寸不对,马上去找启动图片,默认模拟器的尺寸由启动图片决定 阅读全文
posted @ 2019-08-08 19:22 给me一首歌的时间 阅读(169) 评论(0) 推荐(0) 编辑
摘要: label自适应高度,想必大家也都很熟悉怎么去做,上代码: UILabel *label3 = [[UILabel alloc]initWithFrame:CGRectMake(150, 50, 150, 0)]; label3.font = [UIFont systemFontOfSize:15] 阅读全文
posted @ 2019-08-08 19:19 给me一首歌的时间 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 第一、UIButton的定义 UIButton *button=[[UIButton buttonWithType:(UIButtonType); 能够定义的button类型有以下6种, typedef enum { UIButtonTypeCustom = 0, 自定义风格 UIButtonTyp 阅读全文
posted @ 2019-08-08 19:17 给me一首歌的时间 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 第一步:创建UILabel对象,并设置一些基本设置 UILabel *label = [[UILabel alloc] init]; label.text = @"8月29日,在雅加达亚运会电子竞技表演赛英雄联盟项目决赛中,中国团队3-1击败韩国队获得冠军,这场来之不易的胜利占据了微博热搜,也刷屏了 阅读全文
posted @ 2019-08-08 19:15 给me一首歌的时间 阅读(460) 评论(0) 推荐(0) 编辑