intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 225 forks source link

Navigation Bar not showing when card on screen used #168

Closed xRose1 closed 4 years ago

xRose1 commented 4 years ago

Hi Everyone I created a viewcontroller from storyboard and I added a navigation bar to it. I set it as a CardsViewController and then I load the card from CardPartsViewController. I get the navigation bar hidden. I am not sure the constraints or how to fix. The cards hide my navigation bar and I need it so the user can have a back button. Anyone know how this can be done or changed? It might be simple but I cant think of what to change.

deepankar23 commented 4 years ago

Hey XRose1... Are you pushing the CardsViewController from CardPartsViewController or presenting it modally? If you are pushing then you don't need to add any navigation bar & you will get the navigation from the CardPartsViewController. But if you are presenting it, then it makes sense.

croossin commented 4 years ago

Hi @xRose1 - can you verify that this is still an issue? If it is, feel free to re-open the issue.