VMF_EmbeddedTableControllerProtocol

protocol VMF_EmbeddedTableControllerProtocol : VMF_BaseProtocol

Protocol for embedded tables.

  • The day index for this table.

    Declaration

    Swift

    var dayIndex: Int { get set }
  • The index for this table.

    Declaration

    Swift

    var timeIndex: Int { get set }
  • This handles the meeting collection for this.

    Declaration

    Swift

    var meetings: [MeetingInstance] { get set }
  • The table that shows the meetings for the current selection.

    Declaration

    Swift

    var valueTable: UITableView? { get }