XcodeTemplate-SketchPlugin icon indicating copy to clipboard operation
XcodeTemplate-SketchPlugin copied to clipboard

Question: read/write Setting layer settings with Xcode template

Open ghost opened this issue 6 years ago • 0 comments

Will we be able to read/update layer settings via this Xcode template.

example: in the JSAPI for sketch we simply use: Read: var my setting = Settings.layerSettingForKey(layer, keyName) write:

or Settings.setLayerSettingForKey(selectedLayers.firstLayer(), keyName, myvalue)

ghost avatar Jan 14 '19 07:01 ghost