Initializer
init(elementString:)initWithElementString:initWithElementString_
Initializes a new instance of the GSAlignmentZone class with an element string.
Declaration
init(elementString string: String)Declaration
- (instancetype) initWithElementString:(NSString *) string;Declaration
initWithElementString_(string: str) -> GSAlignmentZoneParameters
stringThe element string to initialize with.
Return Value
A new instance of the GSAlignmentZone class.