数组中的每一个对象执行一次方法:makeObjectsPerformSelector

Posted wangwei-Carry

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数组中的每一个对象执行一次方法:makeObjectsPerformSelector相关的知识,希望对你有一定的参考价值。

 

   1,  为数组中的每一个button添加点击事件;

   [_buttonArray makeObjectsPerformSelector:@selector(addTarget:self action:(orderKind:) forControlEvents:UIControlEventTouchUpInside)];

以上是关于数组中的每一个对象执行一次方法:makeObjectsPerformSelector的主要内容,如果未能解决你的问题,请参考以下文章

forEachmapfiltersomeevery五个数组方法

Dapper 第二篇 Execute 方法介绍

ES6数组实用方法浅析

JavaScript中的数组遍历forEach()与map()方法以及兼容写法

JavaScript中数组的5种迭代方法

数组-forEach 遍历 / filter 过滤 / map 替换