kitasuke / PagingMenuController

Paging view controller with customizable menu in Swift
MIT License
2.5k stars 449 forks source link

How to reload a page #378

Open shaikshabana opened 6 years ago

shaikshabana commented 6 years ago

I am using this pod to show card which are having textfields, i wanted to update only that specified page instead of creating all pages again.

can you help me on how to load some XYZ index instead of recreating all pages to update edited value.

Thanks, Shabana

lyc2345 commented 6 years ago

I think in this version, It can't reload pages because all properties relate to pagemenu is not open. Is author @kitasuke considering to make this a feature to publish in the future?