Skip to content

issues Search Results · repo:RxSwiftCommunity/RxFlow language:Swift

Filter by

117 results
 (71 ms)

117 results

inRxSwiftCommunity/RxFlow (press backspace or delete to remove)

Lets say there is a Flow that is can be presented modally as well as pushed to the navigational stack: final class ExampleFlow: Flow { let root: Presentable init() { let viewModel ...
  • mashe
  • Opened 
    on Dec 9, 2024
  • #197

Hi. I used to use RxFlow. Is there any chance of supporting SwiftUI?
enhancement
question
  • sulaimankhan7
  • 1
  • Opened 
    on Jun 26, 2024
  • #195

Hi Guys, I am working in a new applications trying your library and there is something really weird. I am using combine to make async calls to rest api (specifically Future Publisher). When I complete ...
closed for inactivity
help wanted
stale
  • maxgarmar
  • 5
  • Opened 
    on Jul 7, 2023
  • #193

Hi everyone, As the creator and maintainer of this project for 5 years, I have to step back from it due to a lack of free time. I can’t find the time for responding or reviewing PRs and it’s harmful to ...
help wanted
stale
  • twittemb
  • 8
  • Opened 
    on Jan 17, 2023
  • #188

In the displayed variable created in Reactive+UIViewController.swift the initialState variable is set to false. /// Rx observable, triggered when the view appearance state changes var displayed: ...
bug
  • nflahavan
  • 1
  • Opened 
    on Oct 11, 2022
  • #186

When calculations in adapt method take some time and another step is received in the Flow before adapt is completed, FlowCoordinator disposes the current adapt in order to start a new one due to the usage ...
  • mashe
  • 1
  • Opened 
    on Apr 4, 2022
  • #183

If a flow contributor was initialised with allowStepWhenDismissed: true then all its immediate child controllers that provide flow contributors are never deallocated. The bug is reproducible on RxFlowDemo ...
bug
wontfix
  • claustrofob
  • 5
  • Opened 
    on Dec 10, 2021
  • #181

As mentioned in documentation searchResultsController is shown by SearchController automatically, when users search something. Since this is done automatically, I cannot find a way to include integrate ...
  • erginbilgin
  • Opened 
    on Aug 23, 2021
  • #179

When I m giving control to multiple flows using a tabBar, after Flows.use, I have something like following (I tried both ExecuteStrategy s.): return .multiple(flowContributors: [ .contribute( ...
  • erginbilgin
  • 1
  • Opened 
    on Aug 4, 2021
  • #176

Using .forwardToCurrentFlow(withStep:) causes a reentrancy anomaly. It is observable on demo project as well, right after SettingsFlow:93 (Run demo app and tap on settings button).
  • erginbilgin
  • 9
  • Opened 
    on Jun 28, 2021
  • #175
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub