RxSwiftCommunity / RxAnimated

Animated RxCocoa bindings
MIT License
688 stars 38 forks source link

Example of Lazy Implementation #34

Closed iDevid closed 4 years ago

iDevid commented 5 years ago

This is an example of lazy implementation, with also an example in the example project.

iDevid commented 5 years ago

@fassko could you review this?

fassko commented 5 years ago

@iDevid Can you please explain the need of such feature? Thanks!

iDevid commented 5 years ago

@fassko when I use with hidden binding in stack views for example. Without Lazy at startup all the binded views will be showed, then with animation they disappear do tue the data model binding. It is a bit ugly.

fassko commented 5 years ago

To be honest I'm a bit lost. Can you explain once again. An example would help a lot. Thanks!

Can your need be a wrapper around this library. We aim to have this library as lightweight as possible.

iDevid commented 5 years ago

If you run the example app, I added an example of that

iDevid commented 5 years ago

Can I send you an email with a real app video example? @fassko

iDevid commented 5 years ago

@fassko