In my app, I need to show history of text messages. I can show MFMessageComposeViewController, but keyboard appears there, which is something I do not need now. User can hide it by gesture, but I would like to hide it programmatically.
I cannot find a way ho to do this, but I am certain it is possible, as I saw it in another app (its named 'Mobilné platby').
Thank you in advance!