04 2018 档案

测试环境,测试推送相关
摘要:测试环境收不到推送,生产环境可以收到推送,因为服务器用的是生产环境的证书,服务端改成测试证书就行了 测试环境im收不到推送,因为客户端设置的是distributionCer, 改成developerCer就行了 阅读全文

posted @ 2018-04-27 19:45 土匪7 阅读(126) 评论(0) 推荐(0)

[未解决:快速滑动collectionveiw请求数据崩溃]:unable to allocate 6553600 bytes for bitmap data
摘要:崩溃:unable to allocate 6553600 bytes for bitmap data 阅读全文

posted @ 2018-04-16 11:43 土匪7 阅读(594) 评论(0) 推荐(0)

打包的内测包个别人无法安装
摘要:打包的内测包个别人无法安装: 原因:本机的证书包含的设备数量少于网站证书 如何更新本机的证书呢? Xcode自动管理证书下更新证书 Finder前往文件夹:~/Library/MobileDevice/Provisioning Profiles 删除该文件夹下的所有文件,这时Xcode会从新下载最新 阅读全文

posted @ 2018-04-13 17:13 土匪7 阅读(110) 评论(0) 推荐(0)

ios开发dismiss所有控制器
摘要:-(void)dismissToRootViewController { UIViewController *vc = self; while (vc.presentingViewController) { vc = vc.presentingViewController; } ... 阅读全文

posted @ 2018-04-13 15:05 土匪7 阅读(374) 评论(0) 推荐(0)

[报错]ios开发 failed to read file attributes for
摘要:下载第三方demo,运行报错: failed to read file attributes for https://stackoverflow.com/questions/46301270/failed-to-read-file-attributes-for-images-xcassets-in- 阅读全文

posted @ 2018-04-10 19:51 土匪7 阅读(240) 评论(0) 推荐(0)

textfield内边距
摘要:使用QMUITextField self.inputTf.textInset = UIEdgeInsetsMake(0, -6, 0, 10); 阅读全文

posted @ 2018-04-09 11:31 土匪7 阅读(147) 评论(0) 推荐(0)