Instance Method
addTab(with:)addTabWithGlyphs:addTabWithGlyphs_
Declaration
func addTab(with glyphs: [GSGlyph]) -> GSEditViewController?Declaration
- (GSEditViewController *) addTabWithGlyphs:(NSArray<GSGlyph *> *) glyphs;Declaration
addTabWithGlyphs_(glyphs: list[GSGlyph]) -> GSEditViewController