FocusIndicatorView
Undocumented
-
The padding in between the circular border and the view’s bounds.
Declaration
Swift
public var circlePadding: CGFloat = 2 -
The line width used to draw the circular border.
Declaration
Swift
public var lineWidth: CGFloat = 1 -
The
backgroundColorofcircleViewDeclaration
Swift
public var fillColor: UIColor = UIColor.white.withAlphaComponent(0.7) -
The
borderColorof thelayerofcircleViewDeclaration
Swift
public var strokeColor: UIColor = UIColor.white.withAlphaComponent(0.7) -
Undocumented
-
Undocumented
-
Undocumented
-
Makes the view pop in the direction of
dir. Make sure the view is on-screen to see the results.Declaration
Swift
public func pop(_ dir: PopDirection, animated: Bool = true, completion: ((Bool) -> Void)? = nil) -
Make the view pop up and then pop down.
Declaration
Swift
public func popUpDown(_ completion: ((Bool) -> Void)? = nil)
FocusIndicatorView Class Reference