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

TextField Expansion + Table Scrolling #75

Open asifhabib opened 10 years ago

asifhabib commented 10 years ago

I was looking into another library similar to this one. I found this one https://github.com/datwelk/RDRStickyKeyboardView on github, this library is not continuously maintained but I like two features in this library which should be implemented in DAKeyboardControl as well. 1st: Text field do not expand! It would be nice if textfield expansion will be added to this library 2nd: selecting the text-field to enter data, table should scroll in a way that last cell should be visible at first.

Steven4294 commented 10 years ago

+1 Very good point.

RDRStickyKeyboard has some functionality, that if it were better implemented would be very valuable.