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
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:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Webview crashes when instantiating shared workers in IOS 16.1
I have the same problem but adding the code to remove SharedWorkers is working fine.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Performance Loading App
Thank you for your response @JoachimKurz, in the lane App Lifecycle, there is no data. I only see the Lifecycle selecting the main process.
Replies
Boosts
Views
Activity
Dec ’21