标签:const nsarray 元素 tco sla alt for int attr
1. makeObjectsPerformSelector:@select(aMethod)
简介:让数组中的每个元素 都调用 aMethod
2. makeObjectsPerformSelector:@select(aMethod)
withObject:oneObject
简介:让数组中的每个元素 都调用 aMethod 并把 withObject 后边的 oneObject 对象做为参数传给方法aMethod
[array makeObjectsPerformSelector:@selector(setRecurringDelegate:)
withObject:self];/*将检测到的该自动插入的交易插入数据库*/
attribute:NSLayoutAttributeCenterX
multiplier:1
标签:const nsarray 元素 tco sla alt for int attr
原文地址:http://www.cnblogs.com/xsyl/p/6085915.html