kitasuke / PagingMenuController

Paging view controller with customizable menu in Swift
MIT License
2.49k stars 448 forks source link

Is it possible to dynamically add or remove controllers? #370

Open kunass2 opened 6 years ago

kunass2 commented 6 years ago

Can I do it with your library? I really appreciate it. Nice, clean and simple, but all I need yet is to remove and adding controllers dynamically. Number of controllers are strongly related to entities from NSFetchedResultsController. There are methods to add, move, delete, update controllers. Is it possible here? Can I ask for such feature?

rdgier commented 6 years ago

Yes, I have done this for the app I am working on. Long story short, I call setup again on PagingMenuController with an adjusted paging options.

I am not using an up to date version, but back then this was the only method I could find to get this to work. Hope it helps.