xcode 适配
苹果欣
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
永久试用Reveal
~/Library/Preferences/com.ittybittyapps.Reveal.plist 把IBAApplicationPersistenceData这一项删除就是了。 原帖:转载 2014-07-15 17:49:46 · 592 阅读 · 0 评论 -
ios 静态库/动态库/framework
iOS开发拓展篇—静态库Xcode 6制作动态及静态Framework转载 2016-03-29 11:25:53 · 397 阅读 · 0 评论 -
xcode文件名右侧的文档小标志含义
M = Locally modified U = Updated in repository A = Locally added D = Locally deleted I = Ignored R = Replaced in the repository – = The contents of the folder转载 2015-06-23 14:41:59 · 665 阅读 · 0 评论 -
[xcode-warning]Automatic Preferred Max Layout Width is not available on iOS versions prior to 8.0
1.Automatic Preferred Max Layout Width is not available on iOS versions prior to 8.0 出现这种问题通常是与xcode中的label有关。 解决办法:右键点击xcode中的warning,选择Reveal in log,然后查看该问题出现在sb中的哪个对象,根据objectID(比如:qp7-iY-r2f),找到原创 2015-06-21 23:03:24 · 652 阅读 · 0 评论 -
storyboard、xib、pure code,选谁?
Storyboard: 优势:操作简单,布局方便、一目了然,利于个人开发 劣势:不利于多人对同一个项目的分工合作,甚至可能有版本冲突 Xib: 优势:操作简单,布局方便、一目了然,个人团队两相宜 劣势:每个xib文件都是带有xcode版本号的,所以呢....其次可能遇到需要移植部分布局的情况,所以呢.... Pure code: 优势:方便移植,无需担心x原创 2015-04-30 17:06:43 · 495 阅读 · 0 评论 -
armv6、armv7、armv7s、arm64 与开发静态库(.a)
声明:本帖系列均为在转载和摘抄的基础上进行补充。若转载请备注原文出处。 /* * 第一部分 初步认识 */ ARM是微处理器行业的一家知名企业,arm处理器以体积小和高性能的优势在嵌入式设备中广泛使用,它的性能在同等功耗产品中也很出色,几乎所有手机都是使用它的。 Armv6、armv7、armv7s、arm64都是arm处理器的指令集,所有指令集原则上都是向下兼容转载 2015-03-24 16:08:09 · 757 阅读 · 0 评论 -
xcode5.1上调试ios5版本的app
app写好了,用的xcode5.1,突然被要求还要shi'pe原创 2014-06-18 15:17:47 · 725 阅读 · 0 评论 -
开发适配SDK 7
1.Info.plist 设置View controller-based status bar appearance 为NO 2.原创 2014-06-06 16:16:36 · 508 阅读 · 0 评论 -
ios不同版本_适配
继续说说ios不同版本之间的适配 先说一个东西:在xcode当中有一个东西叫targets,苹果的官方文档是这样说的: A target specifies a product to build and contains the instructions for building the product from a set of files in a project or wor转载 2014-06-06 15:21:31 · 599 阅读 · 0 评论 -
XCode使用小记与代码管理
原作地址1、注释的格式可以通过将代码段拖到xcode左下角的code snippet Library来形成自己的代码格式。①Xcode provides a bunch of these Code Snippets, which you can find by opening the Utilities View on the right of your window. Near the botto转载 2016-10-09 11:13:35 · 619 阅读 · 0 评论
分享