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 777ff52 commit 4080820Copy full SHA for 4080820
app/components/example/touch.vue
@@ -27,7 +27,8 @@ export default {
27
console.log('xxxx',btn.ios);
28
//设置button按钮文字
29
btn.ios.setTitleForState('Button title', UIControlStateNormal);
30
- btn.ios.
+ //var UIButton = UIButton.alloc.init;
31
+ btn.ios.basicRandom();
32
//btn.ios.addTargetWithActionForControlEvent(this, cccontrol_selector(HelloWorld:: touchDownAction), CCControlEventTouchDown);
33
// btn.android.setOnTouchListener(new android.view.View.OnTouchListener({
34
// onTouch: function (view, motionEvent) {
0 commit comments