Re: How to get rid of keyboard on iPhone

2013-08-13 Thread Diederik Meijer | Ten Horses
Call resignFirstResponder in the textViewShouldReturn delegation method… In addition: have a tap anywhere in the screen outside the textView call a dismiss as well Op Aug 13, 2013, om 12:18 PM heeft "Gerriet M. Denkmann" het volgende geschreven: > I have an app with a textView on an iPad. >

Re: How to get rid of keyboard on iPhone

2013-08-13 Thread Roland King
On 13 Aug, 2013, at 6:37 PM, Roland King wrote: > > On 13 Aug, 2013, at 6:18 PM, Gerriet M. Denkmann wrote: > >> I have an app with a textView on an iPad. >> When I touch it, a keyboard comes up. And when I have typed enough there is, >> in the bottom right corner of the keyboard, a key, whi

Re: How to get rid of keyboard on iPhone

2013-08-13 Thread Roland King
On 13 Aug, 2013, at 6:18 PM, Gerriet M. Denkmann wrote: > I have an app with a textView on an iPad. > When I touch it, a keyboard comes up. And when I have typed enough there is, > in the bottom right corner of the keyboard, a key, which makes the keyboard > disappear again. > So far so good.

How to get rid of keyboard on iPhone

2013-08-13 Thread Gerriet M. Denkmann
I have an app with a textView on an iPad. When I touch it, a keyboard comes up. And when I have typed enough there is, in the bottom right corner of the keyboard, a key, which makes the keyboard disappear again. So far so good. But when the same app runs on an iPhone, the keyboard has no such ke