Develop hybrid applications for iOS
Develop hybrid applications for iOS as detailed here.
The MobileFirst iOS SDK supports ARC (Automatic Reference Counting).The default MobileFirst application generated for the iPhone/iPad environment also supports ARC. Refer to the Apple documentation for more details on ARC.
- Understand the default startup process in iOS-based hybrid applications
By default, the MobileFirst framework is initialized to display a web view in the iOS-based hybrid application. The default startup process for iOS-based hybrid applications is demonstrated here.
- Implementing a custom startup process for iOS-based Hybrid applications
We can implement a custom startup process to first display a native page in iOS-based hybrid applications.
- Specify the icon for an iPhone application
Put the icon in the application's /iphone/nativeResources/Resources folder. It is copied from there at build time.
- Customize iOS applications
We can further customize the iOS application by extending a different class than the default MobileFirst class.
Parent topic: Develop hybrid applications