PresetsTableViewController
public final class PresetsTableViewController : UITableViewController
extension PresetsTableViewController: ControllerConfiguration
View controller for the UITableView showing the presets of a sound font
-
Undocumented
Declaration
Swift
@IBOutlet public weak var searchBar: UISearchBar! -
Undocumented
Declaration
Swift
public typealias OneShotLayoutCompletionHandler = (() -> Void) -
Undocumented
Declaration
Swift
public var oneShotLayoutCompletionHandler: OneShotLayoutCompletionHandler? -
Undocumented
Declaration
Swift
public override func viewDidLoad() -
Undocumented
Declaration
Swift
public override func viewWillAppear(_ animated: Bool) -
Undocumented
Declaration
Swift
public override func viewDidAppear(_ animated: Bool) -
Undocumented
Declaration
Swift
public override func viewDidLayoutSubviews() -
Declaration
Swift
public func establishConnections(_ router: ComponentContainer) -
Undocumented
Declaration
Swift
public func dismissSearchKeyboard()
View on GitHub
PresetsTableViewController Class Reference