diff --git a/RxExample/RxExample/Examples/APIWrappers/APIWrappersViewController.swift b/RxExample/RxExample/Examples/APIWrappers/APIWrappersViewController.swift index 6800c5b5..1f642c71 100644 --- a/RxExample/RxExample/Examples/APIWrappers/APIWrappersViewController.swift +++ b/RxExample/RxExample/Examples/APIWrappers/APIWrappersViewController.swift @@ -188,7 +188,6 @@ class APIWrappersViewController: ViewController { textField.rx_text .subscribeNext { [weak self] x in self?.debug("UITextField text \(x)") - self?.textField.resignFirstResponder() } .addDisposableTo(disposeBag) diff --git a/RxExample/RxExample/iOS/Main.storyboard b/RxExample/RxExample/iOS/Main.storyboard index 90311bd7..994367a9 100644 --- a/RxExample/RxExample/iOS/Main.storyboard +++ b/RxExample/RxExample/iOS/Main.storyboard @@ -36,23 +36,23 @@ - + - +