iPhone Simulator Keyboard iOS7.0 -


i installed xcode 6.0. i'm trying replicate problem users having keyboard covering items. have target set 7.0 , simulator set ipad2. however, keyboard still looks ios 8.0 keyboard - row @ top device tries guess word typing. row covers textfield in app don't think older keyboard would.

is there way simulator to, know, simulate 7.0 instead of 8.0? missing setting?

your deployment target sets minimum supported os version project. need choose ios 7.0 device run destinations menu in xcode.

make sure you've installed ios 7.0 runtime xcode's preferences. note 7.0 supported on mavericks. ios 7.1 supported on both mavericks , yosemite.


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -