摘要: 简书地址:http://www.jianshu.com/users/666b623d4bf1/latest_articles 阅读全文
posted @ 2016-09-24 14:19 J_mailbox 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 昨天手机系统升级9.3,到了公司真机测试的时候发现Xcode(7.2.1)报错:Could not find Developer Disk Image , 这是因为我的Xcode7.2中还没有支持9.3的Disk Image。 解决办法: 1、下载该Disk Image,放到/Application 阅读全文
posted @ 2016-03-23 13:51 J_mailbox 阅读(299) 评论(0) 推荐(0) 编辑
摘要: iOS开发中遇到“Your build settings specify a provisioning profile with the UUID however, no such provisioning profile was found” 解决办法 阅读全文
posted @ 2016-03-04 17:18 J_mailbox 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 最简单的方式 同时我们还可以使用NS_ENUM的方式定义枚举 当牵扯到位移相关操作的时候,我们还可以使用NS_OPTIONS 比如定义性别 阅读全文
posted @ 2016-02-20 10:57 J_mailbox 阅读(1067) 评论(0) 推荐(0) 编辑
摘要: 效果图如下: 实现思路 整体可以看做为一个大的UIStackView(排列方式水平)包括一个子UIStackView(排列方式垂直),其中左边包括一个图片,右边的UIStackView中可以看做包括三个小控件,其中一个imageView控件,两个label控件 实现代码如下(供参考): 阅读全文
posted @ 2016-01-29 20:50 J_mailbox 阅读(361) 评论(0) 推荐(0) 编辑
摘要: iOS中忽略NSLog打印信息 解决办法: 1.新建PrefixHeader_pch文件,在该文件中定义一下宏 2.找到程序Build Settings 搜索 Prefix Header,然后在Prefix Header一栏写上路径:$(SRCROOT)/OC Sina/Prefi... 阅读全文
posted @ 2016-01-07 09:30 J_mailbox 阅读(790) 评论(0) 推荐(0) 编辑
摘要: iOS报错:Property type 'id<tabBarDelegate ' is incompatible with type 'id<UITabBarDelegate _Nullable' inherited from 'UITabBar' 如图: 可能原因:由于自定义tabBar,没有... 阅读全文
posted @ 2016-01-07 09:29 J_mailbox 阅读(1373) 评论(0) 推荐(0) 编辑
摘要: Objective C: Swift: 阅读全文
posted @ 2015-12-24 16:18 J_mailbox 阅读(590) 评论(0) 推荐(0) 编辑
摘要: 解决办法:手机 通用 设备管理 信任开发商应用即可 阅读全文
posted @ 2015-12-24 15:17 J_mailbox 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Xcode 升级到7.2 版本,真机测试的时候报错:The account '' has no team with ID '' 解决办法1:http://stackoverflow.com/questions/33290452/the account has no team with id c... 阅读全文
posted @ 2015-12-24 15:01 J_mailbox 阅读(364) 评论(0) 推荐(0) 编辑