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

Hotfix for frame observing on iOS 8 #82

Closed bithug closed 8 years ago

bithug commented 9 years ago

Hi!

Maybe its not the exact solution you wanted, but I just wanted to say there is an issue with the (hazardous) view frame observing on iOS 8. This patch is a workaround for this problem.

Cheers and thanks for the great work!

edkimmel commented 9 years ago

I noticed the same issue with ios8, this change fixes it.