Instance Method
addTab(with:)addTabWithLayers:addTabWithLayers_
Declaration
func addTab(with layers: [GSLayer]) -> GSEditViewController?Declaration
- (GSEditViewController *) addTabWithLayers:(NSArray<GSLayer *> *) layers;Declaration
addTabWithLayers_(layers: list[GSLayer]) -> GSEditViewController