Cards
Cards copied to clipboard
CardArticle: Title not updating
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. 👌🏻
me too. It also occurs with CardHighlight.
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 ?