PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 274 forks source link

How to use NavigationController in card content view controller #74

Open iTubalCain opened 6 years ago

iTubalCain commented 6 years ago

When I click a button on a ContentCard to go to another VC, I want that fullscreen VC to have a Navigation Bar with a "< Back" button.

How?

Thx for any help.

federico2390 commented 6 years ago

follow

PaoloCuscela commented 5 years ago

The content card view controller is child of the VC presented to the card. You can try setting up your navigation controller and passing it to the card.