touchUpInside
是否可以为我的自定义视图提供IBAction 属性(如UIButton
?),以便我可以将它与 Interface Builder 中的 IBAction 链接起来?
在我的视图头文件中,它应该与此类似:
@property IBOutlet <IBAction_type> myCustomIBAction;
touchUpInside
是否可以为我的自定义视图提供IBAction 属性(如UIButton
?),以便我可以将它与 Interface Builder 中的 IBAction 链接起来?
在我的视图头文件中,它应该与此类似:
@property IBOutlet <IBAction_type> myCustomIBAction;