iOS Native Button | |
Type | widget |
Dictionary | ios.button |
Library | iOS Native Button |
Associations | com.livecode.widget.native.ios.button |
Summary | This widget is a native push button on iOS. |
OS | ios |
Description | This widget is a native push button on iOS. |
Type | Name | Summary | Syntax |
---|---|---|---|
property | enabled | Whether the field is active and responds to user action | set the enabled of <widget> to {true | false} get the enabled of <widget> |
- - - | label | The label displayed by the button. | set the label of <widget> to <pLabel> get the label of <widget> |
widget | iOS Native Button | This widget is a native push button on iOS. | set the label of <widget> to <pLabel> get the label of <widget> |