
OC
文章平均质量分 79
xingyevc
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
objective C中的@class, SEL , IMP等灵活机制(五)
holydancer原创,如需转载,请在显要位置注明: 转自holydancer的优快云专栏,原文地址:http://blog.youkuaiyun.com/holydancer/article/details/7347399 在objective c中,如果细心的话会发现,每个类中都会自动生成一个class 类型的isa, [plain] view plaincopyprin转载 2014-09-15 11:12:50 · 419 阅读 · 0 评论 -
Blocks and Variables
本章描述了blocks和变量的相互作用,包含内存管理。 Types of Variable 在block的代码体里,变量有五个不同的地方。你可以引用3个标准变量类型,就像你在function里引用一样。 全局变量,包括局部静态变量 全局functions(不是技术上的变量) 在block作用域里的局部变量和参数 Blocks 也支持其他两种变量类型: 1翻译 2014-12-17 15:40:34 · 433 阅读 · 0 评论 -
认证Xcode版本
We recently removed apps from the App Store that were built with a counterfeit version of Xcode which had the potential to cause harm to customers. You should always download Xcode directly from th转载 2015-09-23 14:30:41 · 454 阅读 · 0 评论 -
签名与认证
原文:https://developer.apple.com/library/prerelease/ios/documentation/Security/Conceptual/Security_Overview/CryptographicServices/CryptographicServices.html#//apple_ref/doc/uid/TP30000976-CH3-SW1 A s翻译 2016-02-22 11:30:30 · 625 阅读 · 0 评论