danielamitay / DAKeyboardControl

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.
Other
1.58k stars 214 forks source link

TextView in the nextview #79

Open asifhabib opened 10 years ago

asifhabib commented 10 years ago

If you integrate DAKeyboardControl on a view controller in a Navigation Controller, and add a TextView on the next View Controller. DAKeybaordControl will get messed up by the controls next to it. I have a viewcontroller and integrated the DAKeyboardControl in it. I push a newview from that view and in the next view there is a UITextView on that page. This text view causes a problem as I return to the previous screen, the DAKeyboardControl show up in the middle of screen if keyboard was not dismissed, or will vanish.