Skip to content

Commit

Permalink
try warning
Browse files Browse the repository at this point in the history
  • Loading branch information
noboru-i committed Mar 13, 2018
1 parent ec7ec89 commit f118516
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sample-ios-swift/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import RxSwift

class ViewController: UIViewController {

override func viewDidLoad() {
override func viewDidLoad(){
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.

Expand All @@ -27,6 +27,8 @@ class ViewController: UIViewController {
SVProgressHUD.show(withStatus: "Sample iOS app")
}
})


}

override func didReceiveMemoryWarning() {
Expand Down

0 comments on commit f118516

Please sign in to comment.