My app is made for iOS 12.4, so I usually use the iPhone SE 12.4 simulator (Xcode 12.4).
Switching to the iPhone SE 2 simulator (iOS 14.4) temporarily I noticed that the date/time pickers now look completely different:
They used to be simple scroll wheels but now you have to tap on the element to open the actual picker. The date picker now also opens an actual calendar, which I'm not a fan of because it's tedious to change the year that way.
How do I make the storyboard reflect these changes, so I can make everything fit again? I remember that there was a way to simply set the iOS version for it (without changing the deployment info for the whole project) but now that I'm looking for it I can't find it of course.
Switching to the iPhone SE 2 simulator (iOS 14.4) temporarily I noticed that the date/time pickers now look completely different:
They used to be simple scroll wheels but now you have to tap on the element to open the actual picker. The date picker now also opens an actual calendar, which I'm not a fan of because it's tedious to change the year that way.
How do I make the storyboard reflect these changes, so I can make everything fit again? I remember that there was a way to simply set the iOS version for it (without changing the deployment info for the whole project) but now that I'm looking for it I can't find it of course.