KodiCell

struct KodiCell

Structure with details for a collection cell

  • The size of the poster

    Declaration

    Swift

    var poster: CGSize
  • The size of the fanart

    Declaration

    Swift

    var fanart: CGSize
  • The title of the item

    Declaration

    Swift

    let title: String
  • The subtitle of the item

    Declaration

    Swift

    let subtitle: String
  • The optional router item for the navigation stack

    Declaration

    Swift

    var stack: Router?
  • The optional router item for the detail view

    Declaration

    Swift

    var details: Router?