michaeltyson / TPKeyboardAvoiding

A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
http://atastypixel.com/blog/a-drop-in-universal-solution-for-moving-text-fields-out-of-the-way-of-the-keyboard/
zlib License
5.81k stars 926 forks source link

Can not find Interface declaration for "UiscrollView" #131

Open sgup77 opened 10 years ago

sgup77 commented 10 years ago

First thanks for this awesome library. Any idea about this issue.

screen shot 2014-10-10 at 12 35 24 pm

Huerdo commented 10 years ago

I have the same problem, i added UIKit and Foundation frameworks and i'm using parse.com SDK

Huerdo commented 10 years ago

Fixed, add the UIKit in your project, then add #import <UIKit/UIKit.h> inside UIScrollView+TPKeyboardAvoidingAdditions.h