PSListController(HBTintAdditions)
@interface PSListController (HBTintAdditions)
The PSListController+HBTintAdditions
class category in CepheiPrefs
provides a property for
setting the desired appearance settings of the view controller.
-
The appearance settings for the view controller.
This should only be set in an init or viewDidLoad method of the view controller. The result when this property or its properties are changed after the view has appeared is undefined.
Declaration
Objective-C
@property (nonatomic, copy, readwrite, setter=hb_setAppearanceSettings:, nullable) HBAppearanceSettings *hb_appearanceSettings;
Swift
@NSCopying var appearanceSettings: HBAppearanceSettings? { get set }