danray0424

Results 2 comments of danray0424

Beautiful, that fixes it. For others' reference, if you're using IB to make the connection between your viewController's ".view" property and your TPKeyboardAvoidingScrollView, you have to explicitly create a property...

I solved this by putting the .view @property into my .h (you already have one by virtue of subclassing UIViewController, but you can override it in the header file), and...