Integer
Last updated
Last updated
Int
is platform dependent, 32-bit signed values on 32-bit CPUs (Apple Watch; arm64_32) and 64-bit signed values on 64-bit CPUs (iPhone, iPad; arm64).
The default value of a Int
is 0. You can change the default value of the property by assigning a new value in an overridden method.
Allows an integer property to be changed in Appfigurate using a slider between minimum and maximum values.
Swift prototype
You can customize the minimum and maximum images using the parameter. If restart
is true
, then the app will be restarted if the property value changes.
Swift example
Allows an integer property to be changed in Appfigurate using a text field between minimum and maximum values, and an optional regular expression validating input.
Swift prototype
If restart
is true
, then the app will be restarted if the property value changes.
Swift example
Allows an integer property to be changed in Appfigurate by allowing the user to select from a predefined list of valid choices.
Swift prototype
If restart
is true
, then the app will be restarted if the property value changes.
Swift example
Allows an integer property to be changed in Appfigurate by allowing the user to select from a predefined list of valid choices. The user can customize the list adding by additional values using a text field between minimum and maximum values, and an optional regular expression validating input.
Swift prototype
If restart
is true
, then the app will be restarted if the property value changes.
Swift example
Third party remote configuration provider integration is currently in private beta and will be available in the next major release of Appfigurate.
Swift prototype
Swift example
You can customize the minimum and maximum images using the parameter. If restart
is true
, then the app will be restarted if the property value changes.
You can customize the minimum and maximum images using the parameter. If restart
is true
, then the app will be restarted if the property value changes.
Allows a third party remote configuration provider's integer property to be changed locally in Appfigurate using a text field. If the override tick box is ticked off, the third party remote configuration provider's value is displayed. If the override tick box is ticked on, then you can use Appfigurate to locally override the value.