EZSwipeController icon indicating copy to clipboard operation
EZSwipeController copied to clipboard

Single navigation bar

Open edenfisher opened this issue 8 years ago • 3 comments

It would be really nice to have a single navigation bar which can be dynimically change from view controller to view controller(In cases you have shared details on the navigations bar and it would be weird from one navigation bar to a very similar another one) thanks

edenfisher avatar Mar 05 '16 12:03 edenfisher

https://github.com/goktugyil/EZSwipeController/issues/6 Is this the one you mean?

Esqarrouth avatar Mar 05 '16 19:03 Esqarrouth

Not quite. I might not explained myself verywell. What i meant is that the navigation bar will be static except some icons will be drawn and removed dynamiclly. For exmple: I might have a static menu button that will slide down whan clicked. this button will stay staticlly in the navigation bar and some indications for the next and previous page will be in the right and left of the nav bar(dynaimclly) I hope you understand it better now :)

edenfisher avatar Mar 05 '16 19:03 edenfisher

Sorry for the late reply, missed this. Yes that is quite possible, to do that, instead of storing navigation bars SwipeController can check in this method whenever its going to generate a new nav bar: navigationBarDataForPageIndex.

But this feature might need some work, if you like to work on it, please do and send a pull request. Thanks

Esqarrouth avatar Apr 06 '16 10:04 Esqarrouth