FontsTableViewManager
final class FontsTableViewManager : NSObject
extension FontsTableViewManager: UITableViewDataSource
extension FontsTableViewManager: UITableViewDelegate
Data source and delegate for the SoundFont UITableView. This view shows all of the names of the SoundFont files that are available in the app.
-
Undocumented
Declaration
Swift
init( view: UITableView, selectedSoundFontManager: SelectedSoundFontManager, activePatchManager: ActivePatchManager, fontEditorActionGenerator: FontEditorActionGenerator, soundFonts: SoundFonts, tags: Tags )
-
Undocumented
Declaration
Swift
func selectActive()
-
Undocumented
Declaration
Swift
func numberOfSections(in tableView: UITableView) -> Int
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
func tableView( _ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath ) -> UITableViewCell.EditingStyle
-
Undocumented
Declaration
Swift
func tableView( _ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath ) -> UISwipeActionsConfiguration?
-
Undocumented
Declaration
Swift
func tableView( _ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath ) -> UISwipeActionsConfiguration?