This service lets you manage the interface of various components of the Zoho Creator application.
While using the ViewControllers that is created using ZCUIService, you can use the below method to set the left barbutton item.
func configureLeftBarButtonItem(barbutton: UIBarButtonItem?)
Note:
While using the ZCUIFramework, for slidingPane SectionList to display the notification bell icon, you need to override the computed property `shouldShowNotificationBellIconInSlidingPaneView`
when conforming to `ZCUIServiceDelegate`
var shouldShowNotificationBellIconInSlidingPaneView: Bool {
return true
}
By default it will be false, and it is optional to override this computed property.
Parameters
| component | This contains the app owner, app name, and form link name |
|---|
Parameters
| component | This contains the app owner, app name, and report link name |
|---|
Parameters
| component | This contains the app owner, app name, and report link name |
|---|
Parameters
| component | This contains the app owner, app name, and report link name |
|---|
Parameters
| component | This contains the app owner, app name, and report link name |
|---|
Parameters
| component | This contains the app owner, app name, and report link name |
|---|
Parameters
| component | This contains the app owner, app name, and report link name |
|---|
Parameters
| component | This contains the app owner, app name, and page link name |
|---|
Parameters
| notification | This contains the notification info such as category, notification ID and so on. |
|---|
Parameters
| application | This contains the app owner and app link name. |
|---|