当前位置:问百问>百科问答>uiresponder和uicontrol有什么不同

uiresponder和uicontrol有什么不同

2024-09-25 08:31:24 编辑:zane 浏览量:576

uiresponder和uicontrol有什么不同

的有关信息介绍如下:

uiresponder和uicontrol有什么不同

UIResponder类:上承NSObject,下接UIView ,UIVIewController ,UIApplacation;响应点,压,滑; UIControl类:上承UIView,下接UIButton等开关按钮; 主要区别在于: 前者,主要是响应某个动作,执行某个行为-- -(void)touchesBegan:(NSSet*)touches withEvent:(UIEvent *)event; 后者,在继承了前者的属性基础上,还能够相应某个动作,为某个对象,添加动作-- - (void) addTarget:(id)target action:(SEL)action forControlEvents(UIControlEvents)controlEvents

版权声明:文章由 问百问 整理收集,来源于互联网或者用户投稿,如有侵权,请联系我们,我们会立即处理。如转载请保留本文链接:https://www.wenbwen.com/answer/165919.html
热门文章