HUBComponentLayoutContentEdge
enum HUBComponentLayoutContentEdge : NSUInteger {}
Enum describing various logical content edges
A content edge is where the rendering of content stops
, such as at the screen edge or when
an area covered by a navigation bar begins. Content edges have a 1:1 mapping to content insets.
-
The top content edge, usually where a navigation bar begins
Declaration
Objective-C
HUBComponentLayoutContentEdgeTop
-
The right content edge, usually at the screen edge
Declaration
Objective-C
HUBComponentLayoutContentEdgeRight
-
The bottom content edge, usually where a tab bar begins or at the screen edge
Declaration
Objective-C
HUBComponentLayoutContentEdgeBottom
-
The left content edge, usually at the screen edge
Declaration
Objective-C
HUBComponentLayoutContentEdgeLeft