码迷,mamicode.com
首页 > 移动开发 > 详细

iOS为不同的button添加不同的方法

时间:2017-06-15 17:14:56      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:margin   with   selector   type   get   array   event   select   tle   

       x_button = x_space + line * (x_space + buttonWidth);

        y_button = y_space + row * (y_margin + buttonHeight);

        NSString *title = dicArray[i][@"title"];

        NSString *imageStr = dicArray[i][@"image"];

        SEL selector = NSSelectorFromString(selectorArray[i]); // 反射机制,只要添加方法名的字符串,就能获得方法

        HHSetButton *button = [HHSetButton buttonWithType:UIButtonTypeCustom];

        [button addTarget:self action:selector forControlEvents:UIControlEventTouchUpInside];

iOS为不同的button添加不同的方法

标签:margin   with   selector   type   get   array   event   select   tle   

原文地址:http://www.cnblogs.com/1018475062qq/p/7018711.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!