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: