SWNoNetworkViewController
class SWNoNetworkViewController : SWBaseViewController
Undocumented
-
Handler to be invoked when
Try again
button is clicked and successfully restored internet connectionDeclaration
Swift
var onConnectionRestored: (() -> Void)?
-
Undocumented
Declaration
Swift
override var preferredStatusBarStyle: UIStatusBarStyle { get }
-
Handler for
Try Again
button It should check if there is internet connection.Declaration
Swift
@IBAction func tryAgainBtnClicked(_ sender: Any)
Parameters
sender
<#sender description#>
-
Creates and return new instance of this view controller.
Declaration
Swift
@objc class func viewControllerInstance() -> SWNoNetworkViewController
Return Value
<#return value description#>
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func didReceiveMemoryWarning()