AppInfoViewController

open class AppInfoViewController : NibViewController

Undocumented

  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var logoImageViewHeightConstraint: NSLayoutConstraint!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var logoImageViewAspectRatioConstraint: NSLayoutConstraint!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var logoImageViewTopSpaceConstraint: NSLayoutConstraint!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var descriptionLabelTopSpaceConstraint: NSLayoutConstraint!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var infoLabelTopSpaceConstraint: NSLayoutConstraint!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var infoLabelBottomSpaceConstraint: NSLayoutConstraint!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var backgroundImageView: UIImageView!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var logoImageView: UIImageView!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var containerView: UIView!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var descriptionLabel: UILabel!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var infoLabel: UILabel!
  • Undocumented

    Declaration

    Swift

    public var backgroundImage: UIImage?
  • Undocumented

    Declaration

    Swift

    public var logoImage: UIImage?
  • Returns the value of AppInfo.Description from Localizable.strings

    Declaration

    Swift

    public var descriptionText: String! { get }
  • Declaration

    Swift

    override open func setup()
  • Sets up logo and background image

    Declaration

    Swift

    open func setupImages()
  • Sets up description of the app

    Declaration

    Swift

    open func setupDescription()
  • Sets up info of the app with name, version, build, etc.

    Declaration

    Swift

    open func setupInfo()
  • Adjusts elements’ contraints accordingly

    Declaration

    Swift

    open func adjustContentConstraintsIfNeeded()