How have you handled designing for multiple mobile devices

It depends on whether the design would change on the larger screen or not. If you can simply stretch it with Constraints, it would be enough as it should be reflected in the code developers see. But if some elements are overflowing and changing positions or getting removed/added, then you may need to show developers what changes should be happening at different resolutions.

Related: Responsive Mobile APP handover help

1 Like