Deployment info

So I have a few students who can’t run my app because their phone is too old. I’m wondering if I can set the deployment info back to iOS 9.0 or whatever, having written the app and submitted it to the App Store as requiring iOS 14.4

Yes you can change the deployment target backwards.

You’ll probably need to make some changes to make sure it’s compatible with iOS 9

Had some fun yesterday:
Flipped an array around
Array.reverse()

Made a button look cooler

Changed some logic to auto save the previous days data to history instead of requiring a submit

And added a leading swipe to a table view

Good times lol