I Need to implement a UIAlertController such as this UIAlertController
with left alligned UIAlertAction
After searching quite a lot in the internet and here in stackoverflow, I was able to achieve left aligned title of UIAlertController
But how to left align text of UIAlertAction ?
Any help/clue would be very helpful.
Yes you can, with the following
[(your uialertaction object) setValue:@0 forKey:@"titleTextAlignment"]
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