Protocol: UIAppearance
Overview
You use the UIAppearance protocol to get the appearance proxy for a class. You customize the appearance of instances of a class by sending appearance modification messages to the class’s appearance proxy. Returns the appearance proxy for the receiver. (required)Returns the appearance proxy for the receiver in a given containment hierarchy. (required)
Class Method Summary (collapse)
-
+ appearance
Returns the appearance proxy for the receiver.
-
+ appearanceWhenContainedIn:
Returns the appearance proxy for the receiver in a given containment hierarchy.
Class Method Details
+ (Object) appearance
Returns the appearance proxy for the receiver. (required)