数组中所有对象都执行某个SEL

    NSArray *allObject = [dictionary allValues];
    [allObject makeObjectsPerformSelector:@selector(objSel)];

posted @ 2011-11-24 17:21  Kalou  阅读(251)  评论(0)    收藏  举报