Section

public struct Section
extension TKUINearbyViewModel.Section: AnimatableSectionModelType

A section on the nearby screen, which is made up of various sorted items.

  • Undocumented

    Declaration

    Swift

    public var header: String { get }
  • Items in this section, all instances of the TKUINearbyViewModel.Item enum

    Declaration

    Swift

    public var items: [Item]

RxDataSources protocol conformance