ios - App Content not filling simulator window -


just having xcode issue i'm sure tied setting can't find. im storyboard, content fills entire view (i.e background image), when run app in iphone 6 simulator, background image , content don't fill entire screen. there white space right of , below content on simulated "screen".

when run app in iphone 5 simulator, isn't issue , fills entire simulated view.

so, did miss? want make app work on models of iphone.

thanks help!

there several ways solve this, , guess using view size inferred or iphone4 inch in attribute inspector.

first way use autolayout @ storyboard add constraint.

if don't want use this, should @ least set autoresizing @ size inspector.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -