I have an app I have been developing for a long while now. It is very complex, uses cocos2d and has lots of intricately arranged display elements. It is nearly finished now, save for game balancing, play testing & maybe some more debugging. The problem is the interface is completely optimized & designed for a 4 inch display. I probably should have incorporated more flexibility as I was going along, but made the incorrect assumption that I could support 4 inch and greater screens only and still be accepted by the app store, but apparently that is an illusion.

Given my current situation, is there any easy way of adjusting my interface?

没有正确的解决方案

其他提示

Slect the view controller and enable the auto layout.And select the all controls in main view and right click the resolve layout option at bottom and select the "Add missing constaraints".That's it

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top