All Products
Search
Document Center

Mobile Platform as a Service:Label base class

Last Updated:May 13, 2021

The label base class AULabel in mPaaS is equivalent to UILabel. To facilitate subsequent extension, AULabel instead of UILabel must be used in all mPaaS apps.

Since the current label base class is completely inherited from UILabel with no additional properties or methods, this topic does not provide APIs and code examples.

Note: For complex label settings, TTTAttributedLabel (already imported to AntUI) can be used.