Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huangrunhua/wwdc23-code-notes

Example Code of WWDC23
https://github.com/huangrunhua/wwdc23-code-notes

eventkit ios macos storekit swift swift-macros swiftui swiftui-example wwdc wwdc23

Last synced: 3 months ago
JSON representation

Example Code of WWDC23

Awesome Lists containing this project

README

        

# WWDC23 Code Notes

![](https://github.com/HuangRunHua/wwdc23-code-notes/raw/main/cover.jpg)

WWDC23 unfolded before us an extraordinary spectacle, leaving an indelible imprint upon our minds. This magnificent event introduced a multitude of groundbreaking frameworks that propelled developers into the enchanting realms of Swift and SwiftUI, rendering the once formidable journey towards mastery an effortlessly achievable feat. These avant-garde frameworks have inaugurated a new era, emboldening developers to embark upon their coding odyssey with unparalleled fluency and composed composure, harnessing the full potential of Swift and SwiftUI in their quest for innovation and ingenuity.

Given the ever-evolving landscape of WWDC, which burgeons with new frameworks and transformative advancements each passing year, it is only natural for individuals to gravitate towards areas of personal interest or those challenges encountered during their development endeavors. It is important to note that this project does not aim to comprehensively exemplify every facet of knowledge, but rather selectively focuses on personally intriguing segments that resonate with the individual's curiosity and passion.

## Examples

- [WWDC Swift Macro](https://github.com/HuangRunHua/wwdc23-code-notes/tree/main/WWDC)
- [Use Swift macros to initialize a structure](https://github.com/HuangRunHua/wwdc23-code-notes/tree/main/struct-initial-macro)
- [First glance at @Observable macro](https://github.com/HuangRunHua/wwdc23-code-notes/tree/main/discover-observation-in-swiftui)
- [EventKitUI in iOS 17](https://github.com/HuangRunHua/wwdc23-code-notes/tree/main/discover-calendar-and-eventkit)
- [Meet StoreKit for SwiftUI in iOS 17 (non-consumable in-app purchases)](https://github.com/HuangRunHua/wwdc23-code-notes/tree/main/meet-storekit-for-swiftui)
- [Meet StoreKit SubscriptionStoreView in iOS 17 (Auto-Renewable Subscription)](https://github.com/HuangRunHua/wwdc23-code-notes/tree/main/meet-subscriptionstoreview-in-iOS17)
- [SwiftData demo: Build a Note App](https://github.com/HuangRunHua/wwdc23-code-notes/tree/main/swiftdata-example)
- [VisionKit: Lift Subjects from Images in Your App](https://github.com/HuangRunHua/wwdc23-code-notes/tree/main/lift-subjects-from-images)