1)多线程相关

dispatch_after

dispatch_async

dispatch_sync

dispatch_get_main_queue

dispatch_get_global_queue

dispatch_time

2)__bridge,涉及到CF与OC的转换

objc_getAssociatedObject

objc_setAssociatedObject

3)

objc_allocateClassPair

objc_registerClassPair

4)

class_copyMethodList

5)Method相关

objc_method_description以及这个对象的name和type属性

desc->name

desc->type

method_getDescription

6)反射

NSStringFromClass

NSStringFromSelector

NSSelectorFromString

7)class_addMethod

8)

NSInvocation

selector和methodSignature属性

NSMethodSignature

NumberOfArgument属性

MethodReturnType方法

GetArgumentTypeAtIndex方法

9)object_getClass

10)MethodSignature的两个方法

methodSignatureForSelector

instanceMethodSignatureForSelector

11)NSInvocation

invocationWithMethodSignature静态方法

invoke方法

各种set方法

12)meta class:

class_isMetaClass

objc_getMetaClass

13)@encode

14)C的strcmp比较函数

15)CGRect、CGPoint、CGSize、NSRange

16)

class_getClassMethod

class_getInstanceMethod

method_getTypeEncoding

17)IMP

class_responseToSelector

class_getMethodImplementation

class_replaceMethod

18)method_get Implementation

19)__unsafe_unretained

20)@()

最新文章

  1. 关于容器为NavigationControlle时,view的起始位置的问题
  2. setNeedsDisplay和setNeedsLayout
  3. ip的划分,超详细
  4. 九度oj 题目1034:寻找大富翁
  5. lucene.net的一个动态更新类
  6. python字典copy()方法
  7. NOI冲刺计划
  8. SKProductsRequest ios 7不调用delegate
  9. Qt Project的持续集成方案
  10. git上自然框架源码
  11. 使用Maven命令安装jar包到repo中
  12. 【Zookeeper】源码分析之服务器(五)之ObserverZooKeeperServer
  13. LNMP搭建02 -- 编译安装Nginx
  14. 数据处理框架:Pig
  15. 简单模拟struts2及struts2的处理流程介绍
  16. SVM实验
  17. 理解线程池到走进dubbo源码
  18. 20190429 照片里面的GPS信息确实会暴露经纬度
  19. 【爬坑】DataNode 无法正常启动解决方案
  20. ScreenToGif 代码分析

热门文章

  1. 深入理解js——一切都是对象
  2. computer repair services in Hangzhou
  3. docker创建镜像的几个命令
  4. POJ 1511 - Invitation Cards 邻接表 Dijkstra堆优化
  5. The content of element type "configuration" must match "(properties?,settings?,typeAliases?,typeHandlers?,objectFactory?,objectWrapperFactory?,reflectorFactory?,plugins?,environments?,databaseIdProv
  6. mysql 字符串处理优化
  7. 咏南IOCP中间件支持海量并发方案(集群)
  8. cocos2d-x源码分析(1)
  9. MapReduce: 一种简化的大规模集群数据处理法
  10. Html/Css(新手入门第二篇)