上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 39 下一页

蒲公英的包无法下载

摘要: 证书有问题invalid(黄色)->valid(绿色) valid 阅读全文
posted @ 2017-09-27 09:43 土匪7 阅读(190) 评论(0) 推荐(0) 编辑

webView返回不刷新

摘要: [[NSUserDefaults standardUserDefaults] setInteger:2 forKey: @"WebKitCacheModelPreferenceKey"]; [[NSUserDefaults standardUserDefaults] setInteger:1 for 阅读全文
posted @ 2017-09-26 20:12 土匪7 阅读(478) 评论(0) 推荐(0) 编辑

升级mac xcode打包证书报错 git 报错

摘要: reset tryAgain git 在钥匙串中找不到指定的项 重新配置公钥撕咬 SSH keys An SSH key allows you to establish a secure connection between your computer and GitLab. Before gene 阅读全文
posted @ 2017-09-25 15:00 土匪7 阅读(239) 评论(0) 推荐(0) 编辑

设置webView头部不能滑动

摘要: 设置webView头部不能滑动 _webView.scrollView.bounces=NO; 阅读全文
posted @ 2017-09-23 13:58 土匪7 阅读(247) 评论(0) 推荐(0) 编辑

ios开发 内测包添加测试UDID

摘要: 内侧包添加 UDID: 1.蒲公英获取设备UDID https://www.pgyer.com/udid 2. 登录开发者中心 --> Certificates, Identifiers & Profiles 3.device ->all 点加号 4. Register Device Name yo 阅读全文
posted @ 2017-09-22 11:34 土匪7 阅读(668) 评论(0) 推荐(0) 编辑

ios 开发failed to chmod

摘要: 当XCode遇到此问题的时候,可通过重启模拟器和XCode来解决 http://www.jianshu.com/p/f8e7c5949660 合并分支, xcode报错 couldn't load project 原因是在删除project中的 " " "<<<<<" ">>>>"的时候 直接删除了 阅读全文
posted @ 2017-09-21 18:05 土匪7 阅读(225) 评论(0) 推荐(0) 编辑

崩溃block

摘要: [__NSGlobalBlock__ setHidden:]: unrecognized selector sent to instance 0x10dbb9090(null)注释掉 sethidden 阅读全文
posted @ 2017-09-20 19:25 土匪7 阅读(128) 评论(0) 推荐(0) 编辑

图片不能切割成功 调了五个小时!!!!

摘要: 图片不能切割成功 一、UIImage的size,scale属性 先想一个问题“一个图像的尺寸到底是多大呢?” 第一反应可能就是image.size,恭喜你答错了,正确的答案是图像的实际的尺寸(像素)等于image.size乘以image.scale。如果做过界面贴图的话你可能经常会需要准备至少两套图 阅读全文
posted @ 2017-09-19 09:55 土匪7 阅读(136) 评论(0) 推荐(0) 编辑

collectionView itemW宽度计算不对

摘要: ([[UIScreen mainScreen] bounds].size.width - 28) / 4.00 没加括号 collectioView不能正常撑开 用flowLayout 不要用 代理方法!!!! NMFourCollectFloatLayout *flow = [[NMFourCol 阅读全文
posted @ 2017-09-17 13:30 土匪7 阅读(394) 评论(0) 推荐(0) 编辑

只用头文件

摘要: #ifndef RCMineProtocolHeader_h#define RCMineProtocolHeader_h iOS 位移运算符>> #define HexRGB(rgbValue) [UIColor colorWithRed:((float)((rgbValue & 0xFF0000) 阅读全文
posted @ 2017-09-12 09:34 土匪7 阅读(90) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 39 下一页