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
Hi,
I'm using your RichTextRow, but I have the problem that the content of the row has e.g. 3 lines of text, but the row height is set to 1140.
But if I scroll my form (RichTextRow disappears) and scroll back (RichTextRow appears), the height is set correctly. guard let height = message.body as? CGFloat else { return }
This height is sometimes wrong. Any solutions?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using your RichTextRow, but I have the problem that the content of the row has e.g. 3 lines of text, but the row height is set to 1140.
But if I scroll my form (RichTextRow disappears) and scroll back (RichTextRow appears), the height is set correctly.
guard let height = message.body as? CGFloat else { return }
This height is sometimes wrong. Any solutions?
The text was updated successfully, but these errors were encountered: