Initializer
init(name:position:) initWithName:position: initWithName_position_
Creates a detached anchor.
Declaration
init(name: String, position: CGPoint)Declaration
- (instancetype) initWithName:(NSString *) name position:(CGPoint) position;Declaration
initWithName_position_(name: str, position: CGPoint) -> GSAnchorParameters
nameThe anchor name.
positionThe position in layer coordinates.