-An option to fix the DPI will be available in SUIController.
-Using fixed DPI, your interface will always remain the same size regardless of the cell phone.
-It is important to note that your elements are still susceptible to variation in proportion between screens (more rectangular, more square, etc.) This can be resolved by using SUIAspectRatio in the elements and layouts of your interface.
-New SUIAspectRatio component allows you to freeze the proportion of UI elements.