TKUIAlertViewController

public class TKUIAlertViewController : UITableViewController

Undocumented

  • Undocumented

    Declaration

    Swift

    public func setAlerts(_ alerts: [TKAPI.Alert])

View lifecycle

  • 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)

UITableViewDataSource

  • Undocumented

    Declaration

    Swift

    public override func numberOfSections(in tableView: UITableView) -> Int
  • Undocumented

    Declaration

    Swift

    public override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
  • Undocumented

    Declaration

    Swift

    public override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell

Table view delegate

  • Undocumented

    Declaration

    Swift

    public override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)