18 skills found
pointfreeco / Swift SharingA universal solution to persistence and data sharing in surprisingly little code.
xavierLowmiller / AppStorageA drop-in replacement for the iOS 14 @AppStorage property wrapper compatible with iOS 13
gahntpo / Swiftui Property WrapperHow to decide which SwiftUI property wrapper to use for which situation
darknoon / AppCodableStorageExtends `@AppStorage` in SwiftUI to support any Codable object
faressoft / AppstorageLocalStorage for Node.js, auto syncing for objects with JSON files using the Proxy API
5j54d93 / Google Blogger IOS AppList posts with infinite scroll from Google Blogger API in MVVM architecture, and using SwiftUI to design like Medium iOS App, which could read, search, save, comment posts, and so many excellent features!
5j54d93 / Wordle Like IOS GameAn iOS Game designed with SwiftUI!Player could change word length、word topic、grid color, and a new WORDLE will be available each 5 minutes.
agustiyann / Pokedex:cyclone: Demo application base on VIPER and Clean arch.
Rillieux / PhotoSelectAndCropDemoA basic implementation of the PhotoSelectAndCrop Package. Play with the various settings, select a picture and view the details of the ImageAttributes which in a production project can be saved in @AppStorage, CoreData, etc ...
5j54d93 / Connect 4 IOS GameAn iOS Game designed with SwiftUI, that user could play with a medium level computer, change pieces color, store score in AppStorage.
esmakocak / BoothieVintage photobooth app built with SwiftUI.
mezhevikin / Persistent⚙️ A tiny property wrapper for UserDefaults. Only 60 lines of code.
SewaRus / Restart App SwiftUI MasterClassA SwiftUI onboarding app with smooth animations, haptic feedback, and sound effects. This project helped me learn component-based design, interactive gestures, haptics, and custom animations. Built using SwiftUI, async animations, and AppStorage to handle onboarding flow seamlessly.
abbasjoyia99 / FructusWHAT WILL YOU LEARN? Onboarding Screen with Page Tab View, state of the app with the new App Storage Onboarding or a Home screen Understand how the new App Life Cycle works Link View Group Box View Disclosure View Dynamically List View with a loop
shaps80 / StorageMoved to SwiftUI-Plus/DefaultStorage
AranFononi / Restart App SwiftUI MasterClassA SwiftUI onboarding app with smooth animations, haptic feedback, and sound effects. This project helped me learn component-based design, interactive gestures, haptics, and custom animations. Built using SwiftUI, async animations, and AppStorage to handle onboarding flow seamlessly.
open-deveco / Arkts Error Solution SkillsArkTS 编译错误和类型不匹配问题的完整解决方案库。包含32+种常见错误类型,每个错误都配有详细说明、代码示例和最佳实践。涵盖通知API、窗口API、AppStorage、对象展开、StorageLink、类型推断等常见问题。适用于在HarmonyOS应用开发中遇到ArkTS类型错误的开发者。
5j54d93 / Number Merge IOS GamePut two of the same number next to each other to have them merge and turn into a greater number. Keep merging and see how high in points you can go before you get stuck.