I am trying to send message with photo to evernote. I created view for this
first I put UITextField for Title
Then I put UITextView for message and given a button to attach photo and have one image view to hold image from UIImagePicker. When I write some text in UITextView keyboard will cover attach photo button and image button. How to hide keyboard…or can I minimize height of keyboard
Keep a background button and when user is done with typing text view message, you can expect the user to tap somewhere outside so that this background button takes the tap event and dismisses the keyboard.
Something as follows: