ios - iPhone 6 viewcontroller unnecessary resetting -


i fixing quite old application written objc & storyboard.

code & storyboard not have sign of auto-layout or size classes & images.xcassets empty well, have splash 2x & retina 4 , app icons,

all images put folder 1x , 2x sizes.

but amazingly screens resized automatically both iphone 6 , 6 plus.

issue current code when screen loads, reset left right in bottom i.e. more toward bottom-right-corner of screen.

i wondering these 2 things

  • first: why , how can work without assets iphone 6 & 6 plus (except default / splash)

  • second: why each screen resetting toward right corner in bottom, after load?


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -