I am building an app it looks like this on iPhone 12 and 14:
but on iPhone XS Max and iPhone 13 it looks like this why ?:
I am building an app it looks like this on iPhone 12 and 14:
but on iPhone XS Max and iPhone 13 it looks like this why ?:
i think you need to add speciefic constraints for the devices that have this problem search for size classes to understand more
Do you use fixed sizes for your buttons or relative sizes?
because when I test it on the simulator it looks good, I found that some users have the view of the app like this because of some accessibility settings, is there a way to prevent this setting from being applied to my app. so users will not think that my app is trash. @Wildsparrow @walidwahba
You need to fix the constraints. Users have specific accessibility settings for a reason, you can’t ignore them
Overall you shouldn’t hard code values for constraints and everything should be relative instead