iOS Question About Variants

pliroforikos

Active Member
Licensed User
I have a small problem with my app in different ios Versions. Until ios 17 everything was fine with views. Today i was checking my app in Appetize (the free edition) and i realized that in IOS 18 there are some slightly differneces in views possitioning even i am using anchors. That happens in every device supports ios 18.2 .
So i made a new variant according to a table that i found here.
The new variant was 402 x 874 and worked in ios 18.2 in all devices that appetize gives (from iphone 13 and then).
So the questions are:
1. What are you people do with different IOS devices and different sceens?
2. Is it safe to use only a bigger variant than the default 320x568? For example 375 x 812 as iphoneX supports?

Thank you
 

hatzisn

Expert
Licensed User
Longtime User
I am using also anchors and I did not know that this problem existed. You have given me homework.
 
Upvote 0

pliroforikos

Active Member
Licensed User
Thank you Erel, but the diferences are on IOS 18.2
On the other hand i didn't test it in real device but only in Appetize so i don't know if it is a real problem or not.
So can i use only one variant like 402 x 874 and not the default?
 
Upvote 0
Top