Tengo un lugar UILabeldonde quiero agregar espacio en la parte superior e inferior. Con una altura mínima en restricción, lo he modificado a: EDITAR: Para hacer esto he usado: override func drawTextInRect(rect: CGRect) { var insets: UIEdgeInsets = UIEdgeInsets(top: 0.0, left: 10.0, bottom:...