SymbolInstance
public class SymbolInstance : Layer
Instance of a Symbol in Sketch.
References a SymbolMaster.
Must have the same name as the SymbolMaster it’s referencing
-
Creates a SymbolInstance that references a
SymbolMasterDeclaration
Swift
public init(name: String, frame: CGRect)Parameters
nameName of the
SymbolMasterbeing referencedframeFrame of the SymbolInstance inside its parent container
-
Declaration
Swift
required public init?(json: [String : Any])
SymbolInstance Class Reference