标签:style color ar for sp on c line ef
NSArray 类定义的方法
简介:让数组中的每个元素 都调用 aMethod
makeObjectsPerformSelector:@select(aMethod)
withObject:oneObject
[[self.view subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)];
标签:style color ar for sp on c line ef
原文地址:http://www.cnblogs.com/UncleJoke/p/3975459.html