上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 39 下一页

四年开发,最重要的是战略,把目标告诉一个你信赖的人,让他保管

摘要: https://www.zhihu.com/question/312019918/answer/630577132#showWechatShareTip https://www.nowcoder.com/discuss/72132?type=0&order=0&pos=85&page=1 https 阅读全文
posted @ 2019-04-30 07:36 土匪7 阅读(214) 评论(0) 推荐(1) 编辑

审核被拒Guideline 2.1 - Information Needed we are unable to find 账号登录 option

摘要: Guideline 2.1 - Information Needed We were unable to sign in to review your app with the demo account information you provided. Specifically, we are u 阅读全文
posted @ 2019-04-26 17:53 土匪7 阅读(867) 评论(0) 推荐(0) 编辑

推送测试,生产环境无法打印log获取deviceToken,可以通过弹窗获取deviceToken

摘要: 想要在生产环境测试推送,但是生产环境看不到log信息,怎么办呢?写个弹窗,显示deviceToken,打包成ADhoc,上传蒲公英,下载安装后就能看到生产环境的deviceToken了。注意:生产环境的deviceToken跟开发环境不同。获取生产环境的deviceToken后就能在生产环境测试推送 阅读全文
posted @ 2019-04-25 11:40 土匪7 阅读(539) 评论(0) 推荐(0) 编辑

尽量避免把弹窗加在window上,可以考虑把弹窗封装到控制器里面

摘要: 封装自定义弹窗,一般来说有两种选择: 阅读全文
posted @ 2019-04-17 07:06 土匪7 阅读(223) 评论(0) 推荐(0) 编辑

滑动手势返回

摘要: -(void)viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; // 禁用返回手势 if ([self.navigationController respondsToSelector:@selector(interactivePopGestureRecognizer)]) { se... 阅读全文
posted @ 2019-04-11 16:06 土匪7 阅读(153) 评论(0) 推荐(0) 编辑

修改UISlider的thumb

摘要: https://www.jianshu.com/p/3634a021ef17 阅读全文
posted @ 2019-04-10 23:19 土匪7 阅读(214) 评论(0) 推荐(0) 编辑

tableview Footerview有多余的间距

摘要: 调整footerView的高度 阅读全文
posted @ 2019-04-10 07:04 土匪7 阅读(297) 评论(0) 推荐(0) 编辑

通过继承获得父类的能力,也可以在继承的子类里面修改父类

摘要: 通过继承获得父类的能力,也可以在继承的子类里面修改父类 阅读全文
posted @ 2019-03-30 14:58 土匪7 阅读(230) 评论(0) 推荐(0) 编辑

简单扩散波纹

摘要: https://github.com/Mervin1024/LearnAnimation 阅读全文
posted @ 2019-03-30 14:42 土匪7 阅读(98) 评论(0) 推荐(0) 编辑

FSPageContentView这个库需要修改源码才能用,否则有黑屏bug

摘要: 去掉 阅读全文
posted @ 2019-03-23 16:35 土匪7 阅读(232) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 39 下一页