52inc / Pulley

A library to imitate the iOS 10 Maps UI.
https://cocoapods.org/pods/Pulley
MIT License
2.02k stars 265 forks source link

Open other controller within Drawer #419

Open RaphaelLesourd opened 2 years ago

RaphaelLesourd commented 2 years ago

Hello, I implemented Pulley programmatically. It works as intended. Passing data via protocol. The drawer display data in a tableView. I d like to open another controller to display other data or have other interaction. But I dont want to open as a modal controller. I want to have it inside the drawer so I still can move the drawer up and down to continue seeing the map I have in the main controller.

Any tip on how to implement this , thank you for your help