iOSApplication
From Xojo Documentation
Class (inherits from Object)
This class is supported on Mobile (iOS). Use #If...#Endif with the Target... constants to ensure you only use this class where it is supported. |
The base class for iOS apps.
Events | |||
|
Properties | |||
|
Notes
You can change the iOS App Name using an IDE Script like this:
PropertyValue("App.iOSAppName") = "MyApp"