Cards icon indicating copy to clipboard operation
Cards copied to clipboard

CardArticle: Title not updating

Open h-elbeheiry opened this issue 5 years ago • 2 comments

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. 👌🏻

h-elbeheiry avatar Apr 10 '19 16:04 h-elbeheiry

me too. It also occurs with CardHighlight.

mcz9mm avatar Apr 12 '19 07:04 mcz9mm

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 ?

PaoloCuscela avatar Apr 12 '19 12:04 PaoloCuscela