Post

Replies

Boosts

Views

Activity

Reply to UIAlert message text not showed as multiline
After some time I see the solution in Stack overflow. For some reason I have this code in a swift file: extension UILabel { override open func draw(rect: CGRect) {} override open var intrinsicContentSize: CGSize {} } That was the problem, I got rid off and everything works perfect!
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’23