PTBookmarkViewCellIndicatorAlignment
enum PTBookmarkViewCellIndicatorAlignment : NSUInteger {}
The vertical alignment of an indicator view in a PTBookmarkViewCell
.
-
The indicator is top-aligned.
Declaration
Objective-C
PTBookmarkViewCellIndicatorAlignmentTop
Swift
case top = 0
-
The indicator is center-aligned.
Declaration
Objective-C
PTBookmarkViewCellIndicatorAlignmentCenter
Swift
case center = 1
-
The indicator is bottom-aligned.
Declaration
Objective-C
PTBookmarkViewCellIndicatorAlignmentBottom
Swift
case bottom = 2