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.

UITableViewDataSource Protocol

  • 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

UITableViewDelegate Protocol