swift-async-algorithms
BreadBuddy
swift-async-algorithms | BreadBuddy | |
---|---|---|
6 | 5 | |
2,914 | 135 | |
1.6% | - | |
5.6 | 2.4 | |
6 days ago | 7 months ago | |
Swift | Swift | |
Apache License 2.0 | BSD 2-clause "Simplified" 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.
swift-async-algorithms
-
Swift Concurrency: Sequential Async Task Architecture
Last weekend, I started reading up on Swift Concurrency through the use of async-await, actors, etc... I really liked what I read and thought of converting my current code to use these new Swift Concurrency tools and ditch the GCD. I used continuation to convert all methods with completion handlers from the Device class to async throw methods and turned Device into an actor in order to protect some members from race conditions. Once more, I am faced with the issue of calling the async methods of the Device actor one by one (waiting for each ones completion before starting the next one). I spent a lot of time thinking on how to do this and came across a number of useful references such as this one and this one. I tried to think of ways of implementing such a channel in my controller class, to guarantee sequential execution of different tasks that require the underlying library, but I'm facing a few issues with this approach:
-
Let's do a quick poll: Async/Await vs Combine in your codebase going forward
AsyncStreams also now has the associated AsyncAlgorithms library https://github.com/apple/swift-async-algorithms which covers a lot of the Combine features (debounce, merge zip etc.)
-
XCTest: How do you test async fuctnions?
You might find the treasure trove known as Swift Async Algorithms and look at their test suite.
-
Functional Reactive Programming
https://github.com/apple/swift-async-algorithms
Requires Xcode 14, which is still in beta and cannot push to the App Store.
Also, Apple fucked their back port badly. It’s supposedly fixed now, but if you built an app that used async/await anywhere in Xcode 13.X and a user installed running iOS 12/13/up to 14.5 they’d crash on launch.
So I personally wouldn’t trust it, and instead just push to raise your iOS minimum. I’ve had no problems requiring iOS15 in my projects over 1M installs
-
Anyone know how to create a collection view using RxSwift? I can't seem to find a tutorial on how to create a basic collection view in RxSwift, was able to find ones for Table View though. Appreciate your help!
Asynchronicity is only one aspect of Functional Reactive Programming. You’re comparing single values vs. multiple values. AsyncStream is a better analog, but I’m pretty sure you still need to bring in swift-async-algorithms to have an apples-to-apples comparison.
- SwiftUI in 2022
BreadBuddy
-
SwiftUI in 2022
I'm an iOS contractor, and do most of my work in SwiftUI. Sure the framework has it's warts, but I honestly love it.
Shameless plug -> I recently open-sourced an app showcasing how to use SwiftUI + MVVM in a production: https://github.com/maxhumber/BreadBuddy
-
BreadBuddy, a simple app to help you decide when to start making any recipe
Store | Source
- 100% SwiftUI + MVVM Example App (with GRDB/SQLite Data Persistence)
- BreadBuddy, an open-source SwiftUI & MVVM app for iOS
- Show HN: BreadBuddy, an open-source SwiftUI/MVVM recipe scheduler for iOS
What are some alternatives?
book - V2 of Real World OCaml
DeepMenu
RIBs - Uber's cross-platform mobile architecture framework.
dream - Tidy, feature-complete Web framework
Unwrap - Learn Swift interactively on your iPhone.
NVActivityIndicatorView - A collection of awesome loading animations
learn-you-a-haskell - “Learn You a Haskell for Great Good!” by Miran Lipovača
SCLAlertView - Beautiful animated Alert View. Written in Swift
Builder - Demonstrates SwiftUI builder patterns for UIKit and networking.
TextFieldEffects - Custom UITextFields effects inspired by Codrops, built using Swift