This article describes how to integrate the common UI component library to the iOS client.
Prerequisite
The project is accessed to mPaaS. For more information, please refer to: Access based on native framework and using Cocoapods.
Add the SDK
Use the cocoapods-mPaaS plugin to add the common UI component library SDK. The steps are as follows:
In the Podfile file, enter
mPaaS_pod "mPaaS_CommonUI"to add the dependency on the Common UI component.
Run
pod installto integrate the component to the mPaaS.
Use the SDK
To use Common UI SDK in the baseline version 10.1.60 and later. You can refer to the official demo of Common UI.