mergSettings
Type
library
Description
mergSettings is an iOS External that integrates a LiveCode app with the Settings app and also includes InAppSettingsKit to present a matching dialog from within your app.
Associated Syntax
Command
| Name | Summary | Syntax |
|---|---|---|
| mergSettings | Presents a modal settings dialog using InAppSettingsKit | mergSettings [<pTitle>] |
| mergSettingsSetStringForKey | Sets the setting for the specified key | mergSettingsSetStringForKey <pKey>, <pVal> |
| mergSettingsSetBoolForKey | Sets the setting for the specified key | mergSettingsSetBoolForKey <pKey>, <pVal> |
| mergSettingsSetNumberForKey | Sets the setting for the specified key | mergSettingsSetNumberForKey <pKey>, <pVal> |
Function
| Name | Summary | Syntax |
|---|---|---|
| mergSettingsGetValueForKey | Gets the setting for the specified key | mergSettingsGetValueForKey(<pKey>) |