随笔分类 -  IOS

摘要:#import "QLCWebViewController.h" #import @interface QLCWebViewController () @property (weak, nonatomic) IBOutlet UIView *contentView; @property (weak, nonatomic) IBOutlet WKWebView *webView; @proper... 阅读全文
posted @ 2017-05-15 20:28 Sivek_lin 阅读(391) 评论(0) 推荐(0)
摘要:优先级:LaunchScreen > LaunchImage 在xcode配置了,不起作用 1.清空xcode缓存 2.直接删掉程序 重新运行 如果是通过LaunchImage设置启动界面,那么屏幕的可视范围由图片决定 注意:如果使用LaunchImage,必须让你的美工提供各种尺寸的启动图片 La 阅读全文
posted @ 2017-03-22 10:03 Sivek_lin 阅读(2496) 评论(0) 推荐(0)