We know that in monotouch we have 2 solution for developing a project for both iPhone and iPads.
First is using Montouch iPad Application projects for iPad, and Monotouch iPhone Application projects for iPhone and create two separate project for each of them.
Another solution is using one Universal Projects for both o them.
The question is: what solution is better and with witch one the result has more quality?
Pros and cons of
Universal app.Pros:
Cons:
if-blocks, which are checks forUIDevice.CurrentDevice.UserInterfaceIdiom;ViewWillAppearevent (in which iOS updates View frame according to display size);Basically, universal app is better for users, but harder for developers and designers.