You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table that lists cards, I want to realize the following:
1- Why do images become deformed? Do I need to make any changes to the icon? Attachment image
2- Why does the subtitle sometimes change lines other times not?
Below the code let seguidores: String = String(sender.totalusers) + " Seguidores" card.itemSubtitle = seguidores
The text was updated successfully, but these errors were encountered:
I have a table that lists cards, I want to realize the following:
1- Why do images become deformed? Do I need to make any changes to the icon? Attachment image
2- Why does the subtitle sometimes change lines other times not?
Below the code
let seguidores: String = String(sender.totalusers) + " Seguidores" card.itemSubtitle = seguidores
The text was updated successfully, but these errors were encountered: