Hi,
I am creating a custom UITableViewCell with UILabel inside.
When I am setting too long text into UILabel, it overlaps bounds of the cell. Looks like I have specified all required properties of UILabel, but still failed to resolve what could be wrong.
Possibly I should configure a table or the cell?
Could you please advice the way I can fix this?
Thanks.