Package apple.uikit.protocol
Interface UIPopoverBackgroundViewMethods
-
- All Known Implementing Classes:
UIPopoverBackgroundView
public interface UIPopoverBackgroundViewMethodsThe methods defined below are all to be treated as abstract; in order to subclass `UIPopoverBackgroundView`, you must supply implementations of each of the methods below. For `readwrite` properties, you must supply implementations of both of the accessors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double_arrowBase()Represents the the length of the base of the arrow's triangle in points.double_arrowHeight()UIEdgeInsets_contentViewInsets()Describes the distance between each edge of the background view and the corresponding edge of its content view (i.e. if it were strictly a rectangle).
-
-
-
Method Detail
-
_arrowBase
double _arrowBase()
Represents the the length of the base of the arrow's triangle in points.
-
_arrowHeight
double _arrowHeight()
-
_contentViewInsets
UIEdgeInsets _contentViewInsets()
Describes the distance between each edge of the background view and the corresponding edge of its content view (i.e. if it were strictly a rectangle).
-
-