I am testing and configuring my application for iOS devices. On iPad Simulators 12.9 inch and 9.7 inch, some views are not showing properly. I am using different storyboard for different devices and not using autoLayout. If I run on actual device, there is no issue.
1
votes
Did u try scrolling the simulator screen if you're not using it on full screen? Did you try Cmd+1 /2 /3 /4 ??
- Manoj
No scrolling and I am using full screen. This issue was also in my old version but at that time I ignored because everything works ok on actual device. Now I thought to post it because it is weird.
- WasimSafdar
okays. Let see if someone has answer for this.
- Manoj
Try to reset your simulator and check.
- Mihir Oza
After resetting, issue remains.
- WasimSafdar
1 Answers
0
votes
Can you file a bug report at http://bugreport.apple.com and attach your project along with screenshots of what it should look like and what it actually looks like?
I have found that if UI is broken in the Simulator it is a sign there is something wrong and sooner or later it will show up broken on device too. It might be an OS update, or a different orientation, or maybe just losing a race condition... but sooner or later the problem bites you.