PaoloCuscela / Cards

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

CardArticle: Title not updating #110

Open h-elbeheiry opened 5 years ago

h-elbeheiry commented 5 years ago

Hi, I created a card with CardArticle type.

and when I tried to edit its title:

card.title = "New Title"

the app run successfully but the CardArticle stays the same as "The Art of the Impossible".

Note: The title is updatable if I'm using CardHighlight instead of CardArticle.

If there is a quick fix for that until a next update that would be great.

Again thanks for the amazing framework. 👌🏻

mcz9mm commented 5 years ago

me too. It also occurs with CardHighlight.

PaoloCuscela commented 5 years ago

Are you updating the title when the view is loaded or during the execution ? Did you istantiated the card by code or with the storyboard ?