From 3d2c2af3b4db11b0a0c06bcd4e6d707ac62869fd Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Thu, 24 Dec 2015 19:50:59 +0100 Subject: [PATCH] Small fixes for example app. --- .../APIWrappersViewController.swift | 1 - RxExample/RxExample/iOS/Main.storyboard | 78 +++++++++---------- 2 files changed, 38 insertions(+), 41 deletions(-) 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 @@ - + - +