xcode - keyboard not appearing when clicking iOS input text field/view no matter where I put them -


hi reason in ios project on latest xcode6 keyboard refusing appear anymore when click inside input textfield or textview.

i did have 1 of fields dismissing keyboard via

.h iboutlet uitextfield *textfield; { }  - (ibaction)dismisskeyboard:(id)sender;  .m - (ibaction)dismisskeyboard:(id)sender { [textfield resignfirstresponder]; } 

but when delete code, tried deleting view controller files & storyboard , have tried dragging input textfield/view onto other view controllers/views , still refuses appear no matter put it!

also tried doing clean, restarting xcode , mac itself.

at moment don't have custom code in controller file .m or h.

apart restarting project i'm not sure how default behaviour of keyboard appearing when clicking inside input back!

the thing have been doing in other storyboard view controllers experimenting constraints/autolayout.

scratching head, apart starting new project file i'm not sure do, great

boss, go simulator-> select hardware -> go keyboard -> , toggle keyboard.it works.cheers


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -