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

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