If any UIKeyboard is active(opened) on the screen I want to disable some buttons on the tableview cells prevent from being clicked.
I can do this by putting booleans into textbegin editing and didfinish editing but maybe there is a more clear solution.
Is there a way to get this information from the view?
See my answer here. Basically, I am using keyboardDidShow Notifications.