Q: Want to click on TextField in the iPhone emulator and type, but the keyboard doesn’t pop up?

A: In the emulator menu “Hardware” — “keyboard” — “Connect Hardware Keyboard”, uncheck it.

\

Q: How to make textField prompt appear?

A: In code.

self.mytxt.placeholder = @”hello world”;

\

\

\