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
In one of our SwiftUI-based projects, we've noticed that RichTextViewController is dispatching several rendering steps async using the main DispatchQueue. Due to this, calculating and setting the RichTextViewController.preferredContentSize property will not take these rendering steps (and their influence on the UITextView) into consideration.
The change that we propose in the following PR fixed the issue for us:
In one of our SwiftUI-based projects, we've noticed that RichTextViewController is dispatching several rendering steps async using the main DispatchQueue. Due to this, calculating and setting the RichTextViewController.preferredContentSize property will not take these rendering steps (and their influence on the UITextView) into consideration.
The change that we propose in the following PR fixed the issue for us:
aasatt#1
The text was updated successfully, but these errors were encountered: