We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. 👌🏻
The text was updated successfully, but these errors were encountered:
me too. It also occurs with CardHighlight.
Sorry, something went wrong.
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 ?
No branches or pull requests
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. 👌🏻
The text was updated successfully, but these errors were encountered: