lotus-ios / lotus

A Swift animation DSL for animating layers with help of CoreAnimation
MIT License
15 stars 2 forks source link

Proposal: Example application #41

Open pkandrashkou opened 4 years ago

pkandrashkou commented 4 years ago

Feature proposal

I think it would be nice to have full-fledged example app that showcases possible usecases of Lotus API

Motivation

That will make adoption of the DSL easier and will also provide some sanity checks for API as well. While implementing this we can feel the API better.

Also this will allow us to test some functionality. Unit tests are good, but not enough 🙂

Additional

I see this example app in some sort of table with use cases. Each use case will have start \ stop buttons as well as some sliders that can adjust some values. Also maybe we should have the code itself displayed on the screen as well?

vkondrashkov commented 4 years ago

Perfect proposal, also it would be nice to implement pod try feature for this example app, but it seems that currently CocoaPods have an issue with this plugin