You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately there is no easy way to do this as UILabel doesn't support NSTextAlignmentJustified.
The path ahead would be to accept Attributed Strings (which do) and to set the attributedString property of the UILabel, but this would only work for iOS 6 as that's when the attributedString property was added.
Great work!
One small thing I can't seem to figure out is how to change the message alignment from NSTextAlignmentCenter to NSTextAlignmentJustified. Possible?
The text was updated successfully, but these errors were encountered: