WhatsNewPageList

public protocol WhatsNewPageList : _ViewEmptyChecking, View

Protocol for WhatsNewPageList

  • V

    Undocumented

    Declaration

    Swift

    associatedtype V : View
  • Number of views in the WhatsNewPageList

    Declaration

    Swift

    var count: Int { get }
  • The view at the given index in the WhatsNewPageList

    Declaration

    Swift

    func view(at index: Int) -> V