
ios技术
文章平均质量分 80
紫色冰雨1
代码
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
objective-c-runtime
http://yulingtianxia.com/blog/2014/11/05/objective-c-runtime/转载 2015-04-01 14:03:44 · 245 阅读 · 0 评论 -
晓月大神博客
http://blog.youkuaiyun.com/uxyheaven?viewmode=contents转载 2015-04-01 14:01:56 · 375 阅读 · 0 评论 -
OOAD
http://blog.youkuaiyun.com/mudeer2012/article/details/8453672 http://blog.youkuaiyun.com/mudeer2012/article/details/8453560转载 2015-04-08 13:16:43 · 544 阅读 · 0 评论 -
真龙博客
http://yidaizhenlong.farbox.com/page/2转载 2015-04-08 14:17:37 · 349 阅读 · 0 评论 -
ASIHTTPRequest实现https双向认证请求
http://bewithme.iteye.com/blog/1999031 http://bewithme.iteye.com/blog/2105282转载 2015-04-08 17:38:05 · 407 阅读 · 0 评论 -
iOS 第三方库
GitHub上有很多不错的iOS开源项目,个人认为不错的,有这么几个: 1. ReactiveCocoa:ReactiveCocoa/ReactiveCocoa · GitHub: GitHub自家的函数式响应式编程范式的Objective-C实现,名字听着很高大上,学习曲线确实也比较陡,但是绝对会改变你对iOS编程的认知,首推之。 2. Mantle:Mantle/Mantle ·原创 2015-04-08 11:00:51 · 327 阅读 · 0 评论 -
iOS 划线圆形 CGContext
http://my.oschina.net/LangZiAiFer/blog/175623 在iPhone屏幕上画长方形,直线和文字 CGContextRef ctx = UIGraphicsGetCurrentContext(); //设置颜色,仅填充4条边 CGContextSetStrokeColorWithColor(ctx, [[UIColor colorWith原创 2015-04-08 08:53:15 · 408 阅读 · 0 评论 -
好的博客ios底层
http://southpeak.github.io/blog/categories/ios/原创 2015-05-02 12:51:56 · 386 阅读 · 0 评论 -
百度面试
、、 Objective C runtime library: Objective C的对象模型, block的底层实现结构,消息发送,消息转发,这些都需要背后C一层的描述, 内存管理。 Core Data:中多线程中处理大量数据同步时的操作。 Multithreading:什么时候处理多线程,几种方式,优缺点。 Delegate, Notification,KVO,原创 2015-05-02 12:35:08 · 415 阅读 · 0 评论