I’d like my app to make use of the full available screen size on an older iPhone (without Dynamic Island) but avoid controls like a label to disappear on a newer iPhone with Dynamic Island.
Is there any other way to achieve this besides making two different layouts for the two variations?
In other words, I’d like to lower my Label’s top position in case there is a Dynamic, and leave it the same if not.
Thanks in advance for any suggestions.