16811 拖拽按钮
2016-08-11 本文已影响11人
跬步千里_LenSky
按钮继承于UIControl 使用下面的方法
- (void) dragMoving: (UIControl *) c withEvent:ev;
- (void) dragEnded: (UIControl *) c withEvent:ev;
按钮继承于UIControl 使用下面的方法
- (void) dragMoving: (UIControl *) c withEvent:ev;
- (void) dragEnded: (UIControl *) c withEvent:ev;