ActiveTagManager

final class ActiveTagManager : NSObject
extension ActiveTagManager: UITableViewDataSource
extension ActiveTagManager: UITableViewDelegate

Tracks and manages the active tag.

  • Undocumented

    Declaration

    Swift

    init(view: UITableView, tags: Tags, tagsHider: @escaping () -> Void)
  • Undocumented

    Declaration

    Swift

    public func refresh()
  • 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