Array
extension Array where Element == ViewAnnotationAnchorConfig
-
Creates an annotation configs list that allows anchor to be presented in all directions.
Declaration
Swift
public static let all: [ViewAnnotationAnchorConfig]
-
Creates an anchor config that allow only center position for anchor, meaning there will be no anchor. This is the default option for view annotations created with
ViewAnnotation
.Declaration
Swift
public static let center: [ViewAnnotationAnchorConfig]