30
UILabel'e boşluk / dolgu ekleme
UILabelÜstte ve altta boşluk eklemek istediğim bir yer var . Kısıtlamada minimun yüksekliği ile değiştirdim: EDIT: Bunu yapmak için kullandım: override func drawTextInRect(rect: CGRect) { var insets: UIEdgeInsets = UIEdgeInsets(top: 0.0, left: 10.0, bottom: 0.0, right: 10.0) super.drawTextInRect(UIEdgeInsetsInsetRect(rect, insets)) } Ama farklı bir yöntem bulmalıyım çünkü ikiden fazla satır yazarsam …