PageCell

class PageCell : BaseCell

PageController UICollection cell

  • Page model

    Declaration

    Swift

    public var page: Page? { get set }
  • Page imageview

    Declaration

    Swift

    public var imageView: UIImageView
  • Page title

    Declaration

    Swift

    public var titleLabel: UILabel
  • Page description

    Declaration

    Swift

    var descriptionLabel: UILabel
  • Initial setup

    Declaration

    Swift

    override func setupView()
  • layoutSubviews

    Declaration

    Swift

    override func layoutSubviews()
  • LoginView delegate

    Declaration

    Swift

    var loginView: LoginView?
  • touchesBegan to handle keyboard responsiveness

    Declaration

    Swift

    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?)