mPaaS provides a unified component library for various native controls. To integrate the common UI component library into your client, add its software development kit (SDK). You can then call the SDK API methods in your code to add controls.
Prerequisites
Your project is connected to mPaaS. For more information, see the following topics:
Add the SDK
Choose the method that matches your connection type.
Use the mPaaS Xcode Extension. This method is for projects connected by using the mPaaS framework or using the mPaaS plugin.
From the Xcode menu bar, choose Editor > mPaaS > Edit Project to open the project editor page.
Select Common UI, save your changes, and then click Start Editing to add the component.
Use the cocoapods-mPaaS plugin. This method is for projects connected by using CocoaPods.
In your Podfile, add the dependency for the Common UI component using
mPaaS_pod "mPaaS_CommonUI".
Run
pod installto complete the integration.
Use the SDK
You can use the Common UI SDK with baseline 10.1.60 or later. For more information, see the official Common UI demo.