
进阶阅读
文章平均质量分 74
qq469236803
这个作者很懒,什么都没留下…
展开
-
iOS 静态库开发
iOS 静态库开发转载 2015-09-13 16:36:44 · 600 阅读 · 0 评论 -
iOS Drawing Concepts
iOS Drawing Conceptshttps://developer.apple.com/library/ios/documentation/2ddrawing/conceptual/drawingprintingios/graphicsdrawingoverview/graphicsdrawingoverview.htmliOS Drawing Concep转载 2013-10-18 12:31:17 · 1173 阅读 · 0 评论 -
iOS Design Patterns
比官方的文档写得详细,写得生动,还附带了例子。http://www.raywenderlich.com/46988/ios-design-patternsiOS Design Patterns转载 2013-09-13 09:52:25 · 617 阅读 · 0 评论 -
Supporting Multiple iOS Versions and Devices
Supporting Multiple iOS Versions and Deviceshttp://www.raywenderlich.com/42591/supporting-multiple-ios-versions-and-devices这是我内心一直以来的一个心结转载 2013-09-13 10:17:27 · 801 阅读 · 0 评论 -
Information Property List Key Reference
iOS KeysThe iOS frameworks provide the infrastructure you need for creating iOS apps. You use the keys associated with this framework to configure the appearance of your app at launch time and the转载 2013-10-12 18:06:31 · 2492 阅读 · 0 评论 -
Beginning Jailbroken iOS Development – Your First Tweak
http://brandontreb.com/beginning-jailbroken-ios-development-your-first-tweakBeginning Jailbroken iOS Development – Your First TweakLeave a replyThis is the 3rd instal转载 2013-09-25 21:02:54 · 1320 阅读 · 0 评论 -
越狱开发分享
转载自 http://www.cnblogs.com/xiongwj0910/archive/2012/08/16/2642992.html越狱开发分享由于国内资料较少,并且还非常分散,无序,于是写了这个分享,希望后来的人不要重新走弯路。本分享详细的讲述了从无到有的整个过程。整理这些花了不少时间,希望转载请注明http://www.cnblo转载 2013-09-25 20:46:40 · 999 阅读 · 0 评论 -
iPhone上DEB包的安装方法
http://www.macx.cn/MINI/Default.asp?605-835531-0-0-0-0-0-a-.htmiPhone上DEB包的安装方法6•63766感谢 bluetotoro 分享于 2009-03-08 23:17|只看该作者|倒序浏览|打印写在最前面:转载 2013-09-25 20:40:21 · 5083 阅读 · 0 评论 -
[iOS]在运行时为类添加方法
[iOS]在运行时为类添加方法On 02/05/2012, in Development, iOS Dev, Mac Dev, by ultragtxObj-C用起来真是各种happy,比如现在有这样一种情况:有一个类,我们希望它能响应一个消息(message),但是这个类没有相应的方法(method),而转载 2013-09-03 08:21:24 · 1003 阅读 · 0 评论 -
返璞归真,忘掉NSUserDefaults
在iOS程序中,有许多种方法来存储数据。Core Data,SQlite和UIDocuments都可以使用,但往往用NSUserDefaults来存储数据是一种非常快速和容易的方法。一般都是使用键值对来存储数据,许多开发者忘记了NSUserDefaults一些原始的使用方法,默认设置就是其中一种。这里我要介绍的方法是– (void)registerDefaults:(NSDic转载 2013-09-03 08:25:09 · 816 阅读 · 0 评论 -
Creating a Static Library in iOS Tutorial
Creating a Static Library in iOS Tutorialhttp://www.raywenderlich.com/41377/creating-a-status-library-in-ios-tutorial转载 2013-09-13 09:58:21 · 583 阅读 · 0 评论 -
Demystifying iOS Application Crash Logs
Demystifying iOS Application Crash Logs转载 2013-10-28 17:21:06 · 963 阅读 · 0 评论 -
写iOS SDK注意事项
写iOS SDK注意事项转载 2015-03-03 15:21:30 · 555 阅读 · 0 评论 -
编码规范
编码规范:Coding Guidelines for Cocoa转载 2015-07-15 22:44:59 · 452 阅读 · 0 评论 -
彻底理解position与anchorPoint
彻底理解position与anchorPoint转载 2015-07-26 21:55:31 · 560 阅读 · 0 评论 -
动态链接库Cocoa Touch Framework
WWDC2014之iOS使用动态库原创 2015-07-01 00:05:37 · 462 阅读 · 0 评论 -
轻松学习之一--Objective-C消息转发
轻松学习之一--Objective-C消息转发转载 2015-06-06 11:49:00 · 391 阅读 · 0 评论 -
iOS网络监测如何区分2、3、4G?
iOS网络监测如何区分2、3、4G?转载 2015-06-05 14:48:36 · 478 阅读 · 0 评论 -
Objective-C Autorelease Pool 的实现原理
http://mp.weixin.qq.com/s?__biz=MjM5NTIyNTUyMQ==&mid=207278511&idx=1&sn=35c12b3b8d052c4dd3f859f2a1613f23&sceObjective-C Autorelease Pool 的实现原理转载 2015-06-22 22:56:40 · 474 阅读 · 0 评论 -
iOS应用架构谈 网络层设计方案
http://casatwy.com/iosying-yong-jia-gou-tan-wang-luo-ceng-she-ji-fang-an.htmliOS应用架构谈 网络层设计方案转载 2015-06-04 21:12:56 · 437 阅读 · 0 评论 -
(译)缓存在AFNetworking中是如何工作的?AFImageCache和NSUrlCache给你答案
(译)缓存在AFNetworking中是如何工作的?AFImageCache和NSUrlCache给你答案转载 2015-06-23 00:12:31 · 550 阅读 · 0 评论 -
iOS中消息的传递机制
http://www.cocoachina.com/industry/20131216/7543.htmliOS中消息的传递机制转载 2015-06-22 23:45:49 · 439 阅读 · 0 评论 -
Linker (computing)
http://en.wikipedia.org/wiki/Linker_(computing)Linker (computing)From Wikipedia, the free encyclopedia"ld (Unix)" redirects here. For the GNU Project's implementation, see转载 2013-09-09 16:07:42 · 1247 阅读 · 0 评论 -
Compiler
http://en.wikipedia.org/wiki/CompilerCompilerFrom Wikipedia, the free encyclopediaThis article is about the computing term. For the anime, see Compiler (anime).A转载 2013-09-09 16:07:19 · 2314 阅读 · 0 评论 -
What and where are the stack and heap?
http://stackoverflow.com/questions/79923/what-and-where-are-the-stack-and-heapWhat and where are the stack and heap?up vote2015down votefavorite1237转载 2013-09-09 16:02:40 · 1709 阅读 · 0 评论 -
Objective-C 枚举类型和字符串互转方案
链接地址:http://www.rijiyuelei.me/2012/09/enum-and-string-conversion-in-objective-c/Objective-C 枚举类型和字符串互转方案枚举类型的使用优势没啥好说的。但经常需要将它与字串进行转换方便显示或其它需求。在常见的方案中,多是先声明,然后在实现文件里创建一个映射表原创 2013-03-20 13:51:01 · 1652 阅读 · 0 评论 -
Kiln:直接运行在iOS设备上的应用开发工具 (github.com)
https://github.com/colinta/kiln 看上去这么牛叉,回头看看粗看一下,简直是个神器啊怎么貌似是ruby啊,不知道objective-c能不能用?原创 2013-04-02 16:11:45 · 876 阅读 · 0 评论 -
10个迷惑新手的Cocoa,Objective-c开发难点和问题
10个迷惑新手的Cocoa,Objective-c开发难点和问题10个迷惑新手的Cocoa&Objective-c开发问题NOV 14TH, 2011language backgroundruntimethreadrunloopdelegate, protocolevent respondermemory management转载 2012-08-28 12:37:27 · 1209 阅读 · 0 评论 -
iOS运行回路(RunLoop)总结
怎么有点看不懂啊,先放放http://www.cocoachina.com/iphonedev/sdk/2011/1111/3487.html先看看这篇吧,偷个懒,直接看中文http://www.cnblogs.com/scorpiozj/archive/2011/05/26/2058167.html博客园闪存首页新随笔联系管理订阅随笔- 25 文原创 2012-12-14 12:24:58 · 1123 阅读 · 2 评论 -
群内某网友的问题,学习了。怎么就看不懂人家的问题呢
我有一个可执行程序 想输出一些信息,让另外一个可执行程序获取。目前,在网上找到NSTask中设置管道实现进程间通信,我写了一个读取ping程序输出信息的例子,没有问题,可以获取到数据。但是我自己写一个例子,也是用的NSTask去write管道,结果 读管道的这个程序没有获取到任何数据,应该怎么写 才能让那边收到?NSLog竟然不是标准输入 用printf就可以让读的那边收到原创 2012-12-03 09:11:55 · 460 阅读 · 0 评论 -
斯坦福大学公开课
回家在下,搜到了一个地址,貌似到ituns下载搜索也可以,这个是电驴的地址http://www.ed2000.com/ShowFile.asp?FileID=2707911. MVC and Introduction to Objective-C (September 27, 2011)2. My First iOS App (September 29, 2011)3.原创 2012-10-05 21:21:46 · 900 阅读 · 0 评论 -
在UITableView中画竖线
1.在UITableView中画竖线最近做ui,所以拜读一下,发现用这个办法,当tableView的style 设置成grouped的时候,无效,貌似。2.方法2:UILabel 画边框-(void)setLabelLayer:(NSDictionary*)dicParm{ NSArray* labelArray=[dicParmobjectForKey:@"lab转载 2012-09-21 13:45:00 · 1299 阅读 · 0 评论 -
Objective-C 2.0的运行时编程(转)
Objective-C 2.0的运行时编程(转)Objective-C 2.0 运行时系统编程指南还是看看官方的文档吧,电脑上不了网啊,下了个pdf看。还是看官方的文档好啊,不过看是看了一篇,各种滋味还是不理解,先挂着吧转载 2012-09-14 13:52:22 · 655 阅读 · 0 评论 -
asihttprequest
asihttprequest果然一搜,资料一大把,还得把现有的看看是怎么回事。转载 2012-08-31 15:39:36 · 320 阅读 · 0 评论 -
Design Patterns
http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/RoadMapiOS/chapters/DesignPatterns.html 官方介绍关于ios设计模式的,还不赶紧,好好看看 Understanding design patterns helps you use frameworks转载 2013-04-07 17:32:09 · 630 阅读 · 0 评论 -
(转)iOS编程——Objective-C KVO/KVC机制 (2012-06-10 10:19:10)
(http://blog.sina.com.cn/s/blog_5a6efa3301017249.html转)iOS编程——Objective-C KVO/KVC机制 (2012-06-10 10:19:10)转载▼标签: 苹果 软件 杂谈 xcode4.3.2原创 2013-08-21 23:13:47 · 640 阅读 · 0 评论 -
ios 代理和委托的区别
搜索之,看到了两篇文章,一时不能嚼透,留待日后细究。代理(Proxy)和委派(Delegate)的区别http://hi.baidu.com/thinkinginlamp/item/8b54ea0b54eaea10addc70e8Objective-C 设计模式-代理模式 (Proxy)http://www.cnblogs.com/mar原创 2013-08-10 11:06:35 · 2951 阅读 · 0 评论 -
如何加强iOS里的列表滚动时的顺畅感
还是知乎给力http://www.zhihu.com/question/20382396如何加强 iOS 里的列表滚动时的顺畅感?修改例如 Path 的列表滚动感觉非常流畅,没有 UITableView 的迟滞感(当然是指同样多子 view 的情况下)。想知道 Path 用的是什么方案?暂时只想到可能是完全纯自绘。其他还有吗?希望有相关经验者不吝赐教。修原创 2013-09-09 15:55:32 · 1337 阅读 · 0 评论 -
The 5-minute Guide to C Pointers
http://denniskubes.com/2012/08/16/the-5-minute-guide-to-c-pointers/The 5-minute Guide to C Pointers16 August, 2012C, Pointersarrays and pointers, C, c pointers, structs and pointers转载 2013-09-09 14:13:39 · 945 阅读 · 0 评论 -
Basics of Memory Addresses in C
http://denniskubes.com/2012/08/17/basics-of-memory-addresses-in-c/Basics of Memory Addresses in C17 August, 2012C, Pointersc memory, c pointersMemory AddressesIt is helpful t转载 2013-09-09 15:53:32 · 821 阅读 · 0 评论