JJActionItemTitlePosition
@objc
public enum JJActionItemTitlePosition : Int
Action item title position.
-
Place the title at the leading edge of the circle view.
Declaration
Swift
case leading
-
Place the title at the trailing edge of the circle view.
Declaration
Swift
case trailing
-
Place the title at the left edge of the circle view.
Declaration
Swift
case left
-
Place the title at the right edge of the circle view.
Declaration
Swift
case right
-
Place the title at the top edge of the circle view.
Declaration
Swift
case top
-
Place the title at the bottom edge of the circle view.
Declaration
Swift
case bottom
-
Hide the title all together.
Declaration
Swift
case hidden