上一页 1 2 3 4 5 6 ··· 20 下一页
摘要: http://blog.csdn.net/teng_ontheway/article/details/8467932在Xcode下编译工程正常,在模拟器下运行正常,最后在真机上运行的时候出现了如下错误:Could not launch "FeedMeWorms" failed to get the ... 阅读全文
posted @ 2015-02-27 11:31 回读(IOS) 阅读(552) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/cny901111/article/details/26529949今天在做UISearchBar,UISearchDisplayController时遇到了一个问题,在点击搜索栏时阴影部分的位置出现偏差如下图:始终觉得很奇怪,后面单独做了一个demo,将同... 阅读全文
posted @ 2015-02-25 14:09 回读(IOS) 阅读(1086) 评论(0) 推荐(0) 编辑
摘要: 打包ipa步骤:项目名称 -> edit scheme -> 如图选择release点击close后,选择真机然后command+b编译程序,右击app,show in Finder拷贝app到Payload文件夹压缩该文件夹,后修改后缀为ipa到此为止,ipa文件已经做好了!!!最后使用91助手、... 阅读全文
posted @ 2015-02-12 21:48 回读(IOS) 阅读(318) 评论(0) 推荐(0) 编辑
摘要: - (void)drawRect:(CGRect)frame{ NSMutableParagraphStyle *textStyle = [[NSMutableParagraphStyle defaultParagraphStyle] mutableCopy]; textStyle.li... 阅读全文
posted @ 2015-01-25 11:22 回读(IOS) 阅读(2213) 评论(0) 推荐(0) 编辑
摘要: http://blog.shiqichan.com/Launch-Screen-in-iOS-7-and-8/目前项目中需要解决的问题是:兼容iOS7和iOS8,之前的版本不需要支持了实现兼容3.5、4、4.7和5.5寸屏幕,竖屏的Lauch Screen创建所需的PNG图片有关iPhone6/6+... 阅读全文
posted @ 2015-01-25 10:59 回读(IOS) 阅读(341) 评论(0) 推荐(0) 编辑
摘要: http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/24_Advanced_Operators.html本页内容包括:位运算符溢出运算符优先级和结合性(Precedence and Associa... 阅读全文
posted @ 2015-01-18 22:16 回读(IOS) 阅读(379) 评论(0) 推荐(0) 编辑
摘要: http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/23_Access_Control.html本页内容包括:模块和源文件访问级别访问级别的使用原则默认访问级别单目标应用程序的访问级别Framew... 阅读全文
posted @ 2015-01-18 22:15 回读(IOS) 阅读(243) 评论(0) 推荐(0) 编辑
摘要: http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/22_Generics.html本页包含内容:泛型所解决的问题泛型函数类型参数命名类型参数泛型类型类型约束关联类型Where语句泛型代码可以让你... 阅读全文
posted @ 2015-01-18 22:14 回读(IOS) 阅读(360) 评论(0) 推荐(0) 编辑
摘要: http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/21_Protocols.html本页包含内容:协议的语法(Protocol Syntax)对属性的规定(Property Requiremen... 阅读全文
posted @ 2015-01-18 22:13 回读(IOS) 阅读(402) 评论(0) 推荐(0) 编辑
摘要: http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/20_Extensions.html本页包含内容:扩展语法计算型属性构造器方法下标嵌套类型扩展就是向一个已有的类、结构体或枚举类型添加新功能(f... 阅读全文
posted @ 2015-01-18 22:10 回读(IOS) 阅读(231) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 20 下一页