Hi,
I have got a tableViewController with one section and one cell.
How can I get the height between the navBar and the keyboard without any toolbar above it?
I tried this code:
self.view.bounds.size.height
but I get the height of the entire view down the navBar...I'd like to get this size to assign it to the cell and to the textView inside it.
Thanks :)