Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Tags: twittemb/Archive.Weavy

Tags

1.1.0

Toggle 1.1.0's commit message
project: adapt README snippets to new WeavyDemo

1.0.0

Toggle 1.0.0's commit message
project: enhance README informations

0.9.1

Toggle 0.9.1's commit message
project: add CocoaPods compliance

0.9.0

Toggle 0.9.0's commit message
project: add CocoaPods compliance

v0.3

Toggle v0.3's commit message
warp: resume observing if displayed (#6)

A warp can be paused when a sub warp is launch. When we get back
on the initial Warp, the Rx subscription resumes

v0.2

Toggle v0.2's commit message
warp: a Warp must be triggered by a Stitch with a dedicated Weftable

This dedicated weftable drives the navigation at the whole Warp level.
It allows:
- to have some logic to define the first Weft, and so the first navigation action that will take place in the Warp
- to pop login screen at anytime for instance.

This is not needed anymore to have a dedicated weftable for root UINavigationController.
The warp's Weftable has replaced this behavior.

This commit also adds documentation.

v0.1

Toggle v0.1's commit message
warp: simplify warp concept (#2)

* warp: remove Pattern concept

Pattern concept is too close to Warp concept

* loom: simplify the PresentationStyle propagation

this commit allows to directly modify a stitch PresentationStyle in case
it comesfrom a previous stitch that redirects to a new Warp.

It simplifies the loom, in particularly the processing of the
BehaviourSubject<(Warp, Stitch)>

* presentationStyle: rename .none in .root

this commit:
- renames the .none entry into .root because it is more expressive
- make the .root entry the default value of a Stitch, if no init parameter is provided