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

Cannot build! Use of undeclared identifier 'UIScrollViewKeyboardDismissModeInteractive' #55

Closed stinkytofu89 closed 10 years ago

stinkytofu89 commented 10 years ago

2

AyazSardar commented 10 years ago

I have the same error when compiling. Using Xcode 4.6.2

danielamitay commented 10 years ago

I removed the iOS7 specific constants (the functionality was underwhelming).

The latest will compile fine for you now.