PTBookmarkViewCellIndicatorAlignment
enum PTBookmarkViewCellIndicatorAlignment : NSUInteger {}
The vertical alignment of an indicator view in a PTBookmarkViewCell.
-
The indicator is top-aligned.
Declaration
Objective-C
PTBookmarkViewCellIndicatorAlignmentTopSwift
case top = 0 -
The indicator is center-aligned.
Declaration
Objective-C
PTBookmarkViewCellIndicatorAlignmentCenterSwift
case center = 1 -
The indicator is bottom-aligned.
Declaration
Objective-C
PTBookmarkViewCellIndicatorAlignmentBottomSwift
case bottom = 2
PTBookmarkViewCellIndicatorAlignment Enumeration Reference