Reactive Programming in Swift
-
Updated
Jun 14, 2020 - Swift
Reactive Programming in Swift
Example of Clean Architecture of iOS app using RxSwift
Currently it's not possible to override SectionedViewType default method implementations in subclasses of UITableView. I'd like to prevent the default animations and just re-render the cell just like Apple suggests in reload rows Discussion https://developer.apple.com/documentation/uikit/uitableview/1614935-reloadrows.
Unfortunately when I try to override reloadItemsAtIndexPaths the com
A library for reactive and unidirectional Swift applications
GitHub iOS client in RxSwift and MVVM-C clean architecture
RxSwift wrapper around the elegant HTTP networking in Swift Alamofire
If you present a UIViewController and from that screen you make a step which change flow will create a memory leak by holding the NavigationController with full stack of ViewController within it. That flow is deallocated but the navigation controller and other view controller still exists on memory.
iOS Todo Application using RxSwift and ReactorKit
Is your feature request related to a problem? Please describe.
For now there is no documentation on how to disconnect from device when it is connected after state restoration. Look at #278 for more information.
Describe the solution you'd like
Add documentation as a Wiki page
A collection of Rx operators & tools not found in the core RxSwift distribution
RxSwift extension for RealmSwift's types
Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
The examples in the README produce:
'system(initialState:reduce:scheduler:feedback:)' is deprecated: Renamed to version that takes `ObservableSchedulerContext` as argument.
with the latest version of RxFeedback
A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others
Bi-directional type bridging between RxSwift and Apple's Combine framework
훌륭한 Swift 세션 동영상(강좌), 한글 자막있는 혹은 한국어 강의 정보 링크 모음 (Awesome Swift Korean lecture information)
Example of MVVM-C architecture implemented with RxSwift
Add a description, image, and links to the rxswift topic page so that developers can more easily learn about it.
To associate your repository with the rxswift topic, visit your repo's landing page and select "manage topics."
Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our
Rakefilescript to just remove testing dependencies on each release, and keep it in the development process thanks to that.The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall