SDETableViewController

open class SDETableViewController: UITableViewController

A UITableViewController subclass which could enter multiple selection mode by editButtonItem. DownloadListController is its subclass.

  • Overrided to enter edit mode, also multiple selection mode.

    Declaration

    Swift

    override open var editButtonItem : UIBarButtonItem
  • Called after the controller has loaded its view hierarchy into memory.

    Declaration

    Swift

    override open func viewDidLoad()
  • On iOS 8, implement this method to enable swipe feature.

    Declaration

    Swift

    override open func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCellEditingStyle, forRowAt indexPath: IndexPath)