SebastianBoldt / Jelly

🌊 - Jelly is a library for animated, non-interactive & interactive viewcontroller transitions and presentations with the focus on a simple and yet flexible API.
http://www.sebastianboldt.com/
MIT License
2.45k stars 123 forks source link

Can I use pushViewController instead of present? #65

Closed MonsterDeveloper closed 4 years ago

MonsterDeveloper commented 5 years ago

Hello. Can I use pushViewController method to show my view controller instead of present?

SebastianBoldt commented 4 years ago

Hi @MonsterDeveloper, Jelly currently just supports modal presentations.