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

Jason Gallant
Jason Gallant
8,437 Points

keyboardWillShow() is called 3 times whenever I hit CMD-K in simulator. Is that expected behavior?

I have just added the

print("Keyboard Will Show") dummy functionality. This prints 3x in my console any time I display the keyboard using CMD-K in the simulator. Just curious if that's expected behavior or if I'm doing something wrong?

Thanks,

Jason.