PaoloCuscela / Cards

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

[Bug] TableView disappears after exiting and reopening Card #50

Closed robinvvinod closed 6 years ago

robinvvinod commented 6 years ago

Hi,

I have been experiencing an issue with the framework and TableViews. After I click into the card, the TableView appears and everything is fine. However, when I close the card and reopen it again, the TableView doesn't appear.

Essentially, the TableView I programmed inside the card only appears the first time I open the card, and will not show in any subsequent openings of the card.

Is this an issue on my end or is this expected behavior?

Thank you!

P.S Thanks for the awesome framework

PaoloCuscela commented 6 years ago

Thanks for the report. I'll check this when possible, meantime if you can upload an example project with this issue you would save me some time.

robinvvinod commented 6 years ago

Hi,

So sorry, but it turns out it was an issue on my side. I really apologise for the false alarm!

Cheers!