摘要: ios xcode Code signing failed 解决方案 阅读全文
posted @ 2016-10-28 17:37 SoulDu 阅读(1555) 评论(0) 推荐(0) 编辑
摘要: 方法 一: [self.navigationControllerpopToViewController:[[HSYPersonalCenterController alloc]init]animated:YES]; 方法 二: UINavigationController *navigationVC 阅读全文
posted @ 2016-10-21 18:55 SoulDu 阅读(746) 评论(0) 推荐(0) 编辑
摘要: git 终端提交 阅读全文
posted @ 2016-10-16 11:39 SoulDu 阅读(373) 评论(0) 推荐(0) 编辑
摘要: ios 正则表达式 阅读全文
posted @ 2016-10-09 15:06 SoulDu 阅读(1536) 评论(0) 推荐(0) 编辑
摘要: 参考资料 http://stackoverflow.com/questions/1054558/how-do-i-vertically-align-text-within-a-uilabel 方法一 在显示文字时,首先计算显示当前的文字需要多宽和多高,然后将对应的UILabel的大小改变成对应的宽度 阅读全文
posted @ 2016-09-27 16:41 SoulDu 阅读(1067) 评论(0) 推荐(0) 编辑
摘要: 兼容iOS 10 ios 开发 兼容iOS 10 iOS 10 阅读全文
posted @ 2016-09-19 11:22 SoulDu 阅读(2584) 评论(0) 推荐(0) 编辑
摘要: 1.注册fir.拿到token 2.安装 fir-cli 使用 Ruby 构建, 无需编译, 只要安装相应 gem 即可. $ ruby -v # > 1.9.3 $ gem install fir-cli 常见的安装问题 使用系统自带的 Ruby 安装, 需确保 ruby-dev 已被正确的安装: 阅读全文
posted @ 2016-09-12 16:44 SoulDu 阅读(659) 评论(0) 推荐(0) 编辑
摘要: -(void)willPresentActionSheet:(UIActionSheet *)actionSheet { SEL selector = NSSelectorFromString(@"_alertController"); if ([actionSheet respondsToSele 阅读全文
posted @ 2016-09-10 16:20 SoulDu 阅读(2041) 评论(0) 推荐(0) 编辑
摘要: app 配置图片 ,icon 阅读全文
posted @ 2016-09-02 23:48 SoulDu 阅读(1104) 评论(0) 推荐(0) 编辑
摘要: iOS中JSON与NSObject互转有两种方式:1、iOS自带类NSJSONSerialization 2、第三方开源库SBJSON、JSONKit、MJExtension。项目中一直用MJExtension来进行JSON与Model的互转,非常方便、强大,接下来介绍一下这个轻量、强大的开源库。 阅读全文
posted @ 2016-08-19 14:45 SoulDu 阅读(371) 评论(0) 推荐(0) 编辑