Strange bug i am getting right now : If i am disabling auto-layout in application and trying to handle with launch screen then strange bug is coming :
Step 1 :
- If i am setting application for iOS-7 and above only for LaunchImage then everything is working fine . But problem is that we can not set LaunchImage screen for iPhone- 6 and iPhone 6 + (In this case 1136 size image will show as splash of iPhone 6 and iPhone 6+)
- And window size of iPhone 5 and above is showing 320*568 (for iPhone5 . 5s , 6 and 6+) .
Step 2 :
- If i am enabling application for iOS-8 and above too for LaunchImage and setting splash for iPhone 6 and 6+ too then splash is working fine . But after splash window size will be change now its showing as per device screen size . Due to this all view controller are not showing in whole screen because view controller size is still showing 320*480
can anyone let me know why this strange problem appearing and also relevant solution for this .
Same problem appearing in swift programing too .