From 37edd382606c0f5db0a273f7fa082268f847aad9 Mon Sep 17 00:00:00 2001 From: Ivan Zinovyev Date: Tue, 20 Dec 2016 18:07:45 +0300 Subject: [PATCH] Edit read --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9279d4..2955596 100644 --- a/README.md +++ b/README.md @@ -58,15 +58,15 @@ textField.doneTitle = "Ok" textField.dateFormat = "dd MMMM YYYY" ``` -### Tappable + + +### Tappable type In order to choose somewhere something that will be displayed in text field, specify type as .tappable and designate an action, for example: ```swift textField.type = .tappable(action: {textField in textField.text = "Selected thing" }) ``` Tap on the field, do an action, display a result in text field. - - ## License Copyright (c) 2016 Touch Instinct