Ios swift – Why UILabel giving extra padding in swift?
I am using UILabels in UITableViewCell My code is below, I don't know why it gives the padding ? cell.lbl1.text = "Name - " cell.lbl2.text = "Class - " cell.lbl3.text = "Reason - " I am looking for consistent spacing…