Giter VIP home page Giter VIP logo

Comments (3)

sirvon avatar sirvon commented on May 18, 2024 1

wow! yes, sir!

from rxflow.

twittemb avatar twittemb commented on May 18, 2024

Hi @sirvon

As you can see in the last version of the branch 'develop', it is now NavigationItem.noNavigation.

I think it is more explicit, you can take a look at my blog for a detail explanation of all the concepts behind RxFlow (https://twittemb.github.io/swift/coordinator/reactive/rxflow/reactive%20programming/2017/12/09/rxflow-part-2-in-practice/)

To make it short it means that at some point in a Flow, your navigation cannot go further. For instance in a UINavigationController, after you stack the last screen, the only thing you can do is going back in the previous screen. This back action is handled by the system, not by the developper. Knowing this, when you build this last screen in your Flow, you will return an empty array of NavigationItems, because nothing can produce more steps at this point. Nothing will be registered in the Coordinator as a nextStepper. And this empty array is exactly what NavigationItem.noNavigation is.

I hope this is clearer now ?

from rxflow.

twittemb avatar twittemb commented on May 18, 2024

@sirvon

Is that ok with you ?

from rxflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.