SwimListTableViewController

Undocumented

  • The Swim objects in this list.

    Equivalent to listManager.objects (this is just an alias for convenience).

    Declaration

    Swift

    public var swimObjects: [SwimModelProtocolBase] { get }
  • Undocumented

  • The SwimListManager instance that was given to us in the init.

    Declaration

    Swift

    public var swimListManager: SwimSwift.SwimListManager { get }
  • The section in the UITableView where objects from the Swim list will appear.

    This defaults to 0. You may set it from your subclass if you want to use section 0 for something else. In that case, you must also override all the UITableViewDataSource methods and call SwimListTableViewController’s implementation of those if and only if the given section is equal to objectSection.

    Declaration

    Swift

    public var swimObjectSection: Int