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 Build a Diary App Using Core Data Custom Detail View Controller Entry Detail View Controller

Keyboard doesn't appear anymore.

Hi All,

I've just implemented the mood buttons in the View but when I go to add a diary entry and click in the TextView to add text, whilst the mood buttons appear, they do so right at the bottom of the screen with no keyboard showing.

I'm not sure where to check where the keyboard is called from?

Thanks,

Steve.

3 Answers

Chris Jones
STAFF
Chris Jones
Treehouse Guest Teacher

This is just a shot in the dark but is this only happening on the iOS simulator? If so, make sure that you have toggled the Software Keyboard. From the iOS simulator, go to Hardware -> Keyboard -> Toggle Software Keyboard or just press command+K. I'm using XCode 6, so it may be a little different if you're on an older version of Xcode but it should be in the same general area.

If this isn't the issue, a Github gist of the code would probably help others figure out what's going wrong.

Perfect! Thanks! :)

Great ! Thanks