AppVersionLabel
@IBDesignable
open class AppVersionLabel : UILabel
                UILabel which is autopopulated with information about installed version of the app. Can be used programmatically or in Storyboards
- 
                  
                  
Desired version format
Declaration
Swift
public var format: AppInfo.VersionFormat { get set } - 
                  
                  
Init UILable with frame
Declaration
Swift
override public init(frame: CGRect) - 
                  
                  
Init UILable with from coder
Declaration
Swift
required public init?(coder aDecoder: NSCoder) 
        AppVersionLabel Class Reference