makeObjectsPerformSelector 方法的用法

[self.tagLabels makeObjectsPerformSelector:@selector(aMethod) withObject:oneObject];數組

讓數組中的每一個元素 都調用 aMethod  並把 withObject 後邊的 oneObject 對象作爲參數傳給方法aMethod。orm

固然也能夠不用傳參數:對象

 [self.tagLabels makeObjectsPerformSelector:@selector(removeFromSuperview)];rem

讓self.tagLabels中的全部label從父控件中移除。it

而後通常附加:form

    [self.tagLabels removeAllObjects];select

清空數據方法

相關文章
相關標籤/搜索