Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Implementing Designs for iPhone Using Auto Layout and Managing the Keyboard Handling Views Covered by the Keyboard

Tiger Wang
Tiger Wang
26,548 Points

TPKeyboardAvoiding is not working with iOS 7.1

I followed Ben's lesson, and do everything showed in the video, I found it works perfectly under iOS 7.0 simulator, but for 7.1, nothing happened. What Iā€™m gonna do?

Greg Barbosa
Greg Barbosa
9,874 Points

What exactly is occurring for you? Like, is TPKeyboardAvoiding not doing anything at all? I ask because I followed Ben's example and have it working on my iOS 7.1 app.

Tiger Wang
Tiger Wang
26,548 Points

Hi,Greg,Thanks for replying me. I had solved it, I found that what ever I changed on storyboard, the version running in the simulator didn't changed. Then I uninstalled it in the simulator,and run again, it works right now.