Search code examples
uitextfieldios7xcode5

UITextField in iOS7 simulator do not take any input from mac keyboard


UITextField suddenly do not take any input from mac keyboard, However I am able to use the virtual keyboard coming up on UIView on iOS7.0 simulator.

Has any one resolved this issue before?


Solution

  • I reset the iOSSimulator, its contents and settings and quit and relaunched the iOS-simulator. it worked.

    This exactly happened when I updated the code from SVN.

    I guess its always a good practice to clean the code, relaunch the simulator when ever updating the source code from SVN especially with Xcode5.