UpgradeCheckViewController
open class UpgradeCheckViewController : NibViewController, AlertEmbeddableViewController
An AlertEmbeddableViewController that displays
a full screen view that forces/asks the user to upgrade the application to its current version
-
Undocumented
Declaration
Swift
@IBOutlet public weak var titleLabel: UILabel! -
Undocumented
Declaration
Swift
@IBOutlet public weak var messageTextView: UITextView! -
Undocumented
Declaration
Swift
@IBOutlet public weak var upgradeNowButton: UIButton! -
Undocumented
Declaration
Swift
@IBOutlet public weak var upgradeLaterButton: UIButton! -
Undocumented
Declaration
Swift
@IBOutlet public weak var photoImageView: UIImageView! -
Undocumented
Declaration
Swift
public var delegate: AlertEmbeddableViewControllerDelegate? -
Undocumented
Declaration
Swift
public var isForced: Bool! -
Undocumented
Declaration
Swift
public var heading: String! -
Undocumented
Declaration
Swift
public var subheading: String! -
Undocumented
Declaration
Swift
public var upgradeNowText: String! -
Undocumented
Declaration
Swift
public var upgradeLaterText: String! -
Undocumented
Declaration
Swift
public var appLink: String! -
Declaration
Swift
override open func setup() -
Redirects to the app store pointing to the
appLinkDeclaration
Swift
open func goToAppStore()
View on GitHub
UpgradeCheckViewController Class Reference