iOS codegen
Overview
Codegen generates Objective-C source code for connectivity and data model classes.
Integration
Developer may copy and paste the source from downloaded folder into existing X-Code project.
Dependency libraries
Code template contains “lib” folder with other necessary libraries.
Memory management
Generated code contains memory release calls. If X-Code project is created with “Auto reference counting” selected. X-Code will mark manual memory release calls as syntax errors.
UI Scaffold
Currently codegen does not generate UI scaffold for iOS.