PresetsTableViewManager

final class PresetsTableViewManager : NSObject
extension PresetsTableViewManager: UITableViewDataSource
extension PresetsTableViewManager: UITableViewDelegate
extension PresetsTableViewManager: UISearchBarDelegate

Data source and delegate for the Patches UITableView. This is one of the most complicated managers and it should be broken up into smaller components. There are three four areas of functionality:

  • table view drawing and selecting
  • row visibility editing
  • searching
  • row swiping

UITableViewDataSource Protocol

UITableViewDelegate Protocol