Skip to content
Clement T edited this page Oct 15, 2015 · 1 revision

CTAssetsPickerController conforms UIAppearance protocol and almost all UI elements can be customised by setting properties via the appearance proxy.

Please refer to the CTApperanceViewController.m for the examples of customising UI elements. You don't have to reset the appearance in the real case and you can put the code of setting appearance in app delegate's application:didFinishLaunchingWithOptions: method.

See the UI Customisation in the demo app for the effects.