摘要:
__attribute__ 可以设置函数属性(Function Attribute)、变量属性(Variable Attribute)和类型属性(Type Attribute)。 其位置约束为: 放于声明的尾部“;” 之前 __attribute__ 书写特征为: __attribute__ 前后都 阅读全文
摘要:
ReactiveCocoa可以給一个方法的调用添加绑定,或者说是观察者。 rac_signalForSelector:fromProtocol:(绑定协议的方法) rac_signalForSelector:(绑定类的方法) 原理: 在当前类中设置关联属性,value:RACSubject 将传入s 阅读全文