ACKReactiveExtensions icon indicating copy to clipboard operation
ACKReactiveExtensions copied to clipboard

Set of useful extensions for ReactiveSwift & ReactiveCocoa

Results 4 ACKReactiveExtensions issues
Sort by recently updated
recently updated
newest added

As we do not like the force cast of error, we should use generic `MappingError` also for Marshal extensions (in the same way we do it for `Codable`) https://github.com/AckeeCZ/ACKReactiveExtensions/blob/d7ced4c5e685a56099187d31542a302f9109a0fa/ACKReactiveExtensions/Marshal/MarshalMapping.swift#L61

enhancement

Do we want to update the AlamofireImage dependency to `~> 4.0`? The point is that it already depends on Alamofire `~> 5.0` but we haven't updated it in our projects...

update

## Use case When adding images to `UIImageView` using **AlamofireImage**, the binding target extension should be of type `BindingTarget` for simple reason. If new `imageURL` is set **AlamofireImage** automatically cancels...

enhancement

**ReactiveSwift** allows accessing allows accessing reactive properties using KVC ```swift tableView.reactive[\.tableViewHeader]

enhancement