UIButton类引用文档上的addTarget方法

时间:2012-05-21 16:26:25

标签: iphone ios class reference uibutton

为什么我没有看到addTarget方法:

[button addTarget:(id) action:(SEL) forControlEvents:(UIControlEvents)]

在UIButton类参考文档中:

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIButton_Class/UIButton/UIButton.html

1 个答案:

答案 0 :(得分:4)

这是UIControl的继承方法