intrepidmatt
intrepidmatt
I got this too, it appears the trouble is with this method for calculating the underlying content size inside the scrollview: ``` -(CGSize)TPKeyboardAvoiding_calculatedContentSizeFromSubviewFrames { CGRect rect = CGRectZero; for (...
Results of the log: ``` view: tag: 0 ```
In the sample app, change the deployment target to 7.0 and run in the iOS 7 3.5 inch simulator. Delete all the fields in FirstView.xib except for "Iggle" and "Splat"....
I was able to do so in interface builder with your sample project and no modifications: 