上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 参考文章:https://www.jianshu.com/p/2bab0ef93f7d 1.开启支持后台模式:将GCDWebServer.m中的GCDWebServerOption_AutomaticallySuspendInBackground设置为NO; 2.APPDelegate中 阅读全文
posted @ 2019-04-03 17:12 YouNeedCourage 阅读(976) 评论(0) 推荐(0) 编辑
摘要: 此外还需要在info.plist中添加权限 <key>LSApplicationQueriesSchemes</key> <array> <string>mqqwpa</string> </array> 阅读全文
posted @ 2018-11-07 14:06 YouNeedCourage 阅读(519) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.cocoachina.com/ios/20181015/25183.html 阅读全文
posted @ 2018-10-18 17:31 YouNeedCourage 阅读(338) 评论(0) 推荐(0) 编辑
摘要: #pragma mark 只能输入字母数字汉字 - (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string { 阅读全文
posted @ 2018-10-16 16:50 YouNeedCourage 阅读(340) 评论(0) 推荐(0) 编辑
摘要: iPhone:40、60、58、87、80、120、180 iPad:20、40、29、58、40、80、76、152、167 App Store:1024 启动页(LaunchImage) iPhone 4屏幕系列:640*960 iPhone 5屏幕系列:640*1136 iPhone 6屏幕系 阅读全文
posted @ 2018-08-13 09:04 YouNeedCourage 阅读(285) 评论(0) 推荐(0) 编辑
摘要: https://tinypng.com 阅读全文
posted @ 2018-04-18 11:45 YouNeedCourage 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 参考博客:https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 阅读全文
posted @ 2018-03-22 18:20 YouNeedCourage 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 安装cocoapods时,pod setup这一步特别慢,可以通过给mac终端设置代理的方法加速下载 参考:https://alanli7991.github.io/2016/12/18/终端命令行下使用Shadowsocks/ 阅读全文
posted @ 2018-03-19 16:13 YouNeedCourage 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 1.格式化字符串中 (1)如果使用%格式化,字符串后面应该没有逗号(,): (2)如果使用format格式化,字符串中,声明类型时不应该有百分号(%) 阅读全文
posted @ 2018-01-03 09:29 YouNeedCourage 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 在开发过程中发现iOS11下,通过相册选择照片,相册缺无法滑动到最顶部,查原因发现是因为之前为了适配iOS11,对UIScrollView设置了全局的代码: 可以通过如下方法进行解决,在初始化UIIImagePickerController的时候设置下导航不透明,代码如下: 阅读全文
posted @ 2018-01-02 13:48 YouNeedCourage 阅读(893) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页