BoxFeed
Contacts
BoxFeed | Contacts | |
---|---|---|
2 | 6 | |
139 | 2 | |
0.0% | - | |
3.2 | 0.0 | |
over 3 years ago | over 3 years ago | |
Swift | Swift | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
BoxFeed
- Developed this cool news app - BoxFeed using SwiftUI3 features, Async/Await, List funcs, CoreData and MVVM architecture
-
Developed this cool news app - BoxFeed using SwiftUI3 features, Async/Await, List funcs, CoreData and MVVM architecture. Project link in comments!
Project Link - https://github.com/sameersyd/BoxFeed
Contacts
- Samples of Core Data best practices with SwiftUI
- DatePicker to be the value of CoreData "Missing argument for parameter 'date' in call"
-
Is my understanding of arguments and how they relate a view's data to the next correct? Particularly while using Coredata?
And this is more advanced: https://github.com/Rillieux/Contacts
- Can we use SwiftUI, with MVVM
- can I inject viewModel in a view in MVVM pattern?
-
My attempt at CoreData+MVVM. What do you think of my base code?
Blending theses approaches has given me this starting point: https://github.com/Rillieux/Contacts
What are some alternatives?
PredicateKit - 🎯 PredicateKit allows Swift developers to write expressive and type-safe predicates for CoreData using key-paths, comparisons and logical operators, literal values, and functions.
Fish - "Fish" as in "teach a man to fish ... " A study in SwiftUI+CoreData+MVVM ...
GithubUsersSample - Code sample for the article about Task ViewModifier. It is new in iOS15. SwiftUI
MVVM.Demo - This is a demo application used to educate and interview iOS Engineers using UIKit.
BezelKit - BezelKit is a Swift package designed to simplify the process of accessing device-specific bezel sizes in apps. Knowing the exact bezel size can be crucial for aligning UI elements, creating immersive experiences, or when you need pixel-perfect design layouts.
Clean Architecture for SwiftUI + Combine - SwiftUI sample app using Clean Architecture. Examples of working with SwiftData persistence, networking, dependency injection, unit testing, and more.