We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69873d8 commit 84c4795Copy full SHA for 84c4795
app/components/example/touch.vue
@@ -41,7 +41,6 @@ export default {
41
console.log('标题颜色', titleColor);
42
;
43
// [button addTarget: self action:@selector(touchDownAction) forControlEvents: UIControlEventTouchDown];
44
- // [button addTarget: self action:@selector(touchUpInsideAction) forControlEvents: UIControlEventTouchUpInside];
45
46
// [self.view addSubview: button];
47
//btn.ios.addTargetWithActionForControlEvent(this, cccontrol_selector(HelloWorld:: touchDownAction), CCControlEventTouchDown);
0 commit comments