issues Search Results · repo:RxSwiftCommunity/Action language:Swift
Filter by
110 results
(52 ms)110 results
inRxSwiftCommunity/Action (press backspace or delete to remove)my Action version is 4.2.0, when execute the following code, Xcode 14.2 throw the error: Generic parameter Type could
not be inferred, xx has no member init : let action = Action String, String { input ...
Dast1Woop
- Opened on Nov 1, 2023
- #246
HI Guys, I think I need just an enlighten or clarification, what is the reason that makes action2 deallocate and never
receive any events from button 2, while action 3 is working fine...
I have double ...
Osama-Fawzi
- Opened on Oct 2, 2022
- #241
I could not run the project after updating the version for Ventura 13 Beta 8 in M1 pro and show Ambiguous use of
init(enabledIf:workFactory:) .
OS Version - macOS Ventura 13.0 Beta 8 XCode Version - 14.0 ...
thanthanlinn-dd
- Opened on Sep 21, 2022
- #240
Hi, I ve been trying to implement a UIRefreshControl and bind it to an Action:
refreshControl.rx.bind(to: viewModel.action, inputTransform: { _ in })
This is being done in the init of the view and before ...
tcezario
- Opened on Aug 23, 2022
- #239
cell.followButton.rx.action = CocoaAction { [weak self] _ in return Observable.create { [weak self] observer -
Disposable in let alertController = UIAlertController(title: Hello world , message: This alert ...
lumangmang
- Opened on Sep 26, 2021
- #237
Hey I noticed retain cycle in this example code
let forgotPasswordAction = CocoaAction {
return .create { [weak self] (observer) - Disposable in
guard let self = self else { return ...
Marcin951
- 2
- Opened on Jul 12, 2021
- #235
https://github.com/ReactiveX/RxSwift/issues/2270
Fixed in 6.1.0
BecomerichAsun
- 1
- Opened on Apr 14, 2021
- #233
Like the title says there is a retain cycle in the various bind(to:input:) functions. The following test fails:
it( does not create a retain cycle ) {
var subject: UIBarButtonItem? = UIBarButtonItem(barButtonSystemItem: ...
nflahavan
- 5
- Opened on Jan 24, 2021
- #227
I m using Xcode 11.4. Every time I run:
carthage update --platform iOS
It gives me the following error (on console):
Building for iOS, but the linked framework RxCocoa.framework was built for macOS. ...
0xhiroki
- 5
- Opened on May 21, 2020
- #221

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.