Question

probably an easy solution to this, but not sure how.

I'm using colelction view with a tab bar. I'm unable to drag a navigation bar on to the view from the objects pannel, and selecting the navigation bar from the properties pannel works, but doesn't display in simulator mode.

Any thoughts?

Many thanks, again.

Was it helpful?

Solution

Well, one way to achieve what you're looking for would be to embed the view controller or collection view controller that contains your collection within a navigation controller (Editor->Embed In>Navigation Controller).

Then instead of linking your controller with your collection directly to your tab bar, you would link the navigation controller that contains it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top