If it were a TextView I could do
self.textView.textContainer.lineFragmentPadding = 0;
But what I have is a multiline label. How do I remove the padding?
If you're using iOS 8, try changing the insets value of layoutMargins
property. If it doesn't work or you're targeting earlier versions, look at this answer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With