SourceTypePresentable

@available(*, deprecated, message: "Moved to https://github.com/stanwood/SourceModel_iOS")
public protocol SourceTypePresentable

SourceTypePresentable protocol represents a Presentable class in the stanwood architecture

  • Collection or Table view DataSource associatedtype

    Declaration

    Swift

    associatedtype DataSource : DataSourceType
  • Collection or Table view Delegate associatedtype

    Declaration

    Swift

    associatedtype Delegate : DelegateSourceType
  • Collection or Table view DataSource

    Declaration

    Swift

    var dataSource: DataSource! { get set }
  • Collection or Table view Delegate

    Declaration

    Swift

    var delegate: Delegate! { get set }