Abhiek187 / ez-recipes-ios

Easy recipes finder iOS app
MIT License
0 stars 0 forks source link

Feature/friendly loader #35

Closed Abhiek187 closed 10 months ago

Abhiek187 commented 10 months ago

https://github.com/Abhiek187/ez-recipes-ios/assets/29958092/98382de9-7705-4afd-b322-9b1a08ee4709

Messages are always friendlier with emojis! 🤗 (ref: https://github.com/Abhiek187/ez-recipes-web/issues/196)

This PR also removes the previewDevice modifier from all the previews since Xcode 15 now comes with a selector for different device types. From the Xcode 15 Release Notes:

The preview canvas has a new control for picking which device to use for previewing. By default it tracks the device family of the selected run destination, but a specific device can be selected. This should be used in favor of the previewDevice modifier. (100562366)

Swift also introduced macros, but since they only work on iOS 17+, I opted out of them for now until I decide to update the deployment target.