Post

Replies

Boosts

Views

Activity

Comment on PIP not working properly with Xcode16 on iOS18
Reported bug with FB number FB15560220
Replies
Boosts
Views
Activity
Oct ’24
Comment on TvOS18 Simulator is crashing with collectionview dequeue
Created a bug with FB number FB15185694
Replies
Boosts
Views
Activity
Sep ’24
Comment on TextView Getting Crash with long HTML text in iOS16
Just use layoutManager property of textview and change any property  if #available(iOS 13.0, *) {       bodyTextView.layoutManager.usesDefaultHyphenation = false     } else {       // Fallback on earlier versions     }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on TextView Getting Crash with long HTML text in iOS16
No I am not using layoutManager property.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’22