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
Workaround
In version 1.8.x callbacks works well. So it can be fixed by defining MarkdownUI (presented in 1.9) with frame(height:) bound with onRendered(height).
Note
It's really critical. As the library normally needed for iOS 13 and 14. While iOS 15 already has built-in markdown for Text views (though features are limited yet...).
The text was updated successfully, but these errors were encountered:
iOS 13
Library v 1.9.1
MarkdownUI.onRendered()
callback doesn't receive anything.MarkdownView.onRendered()
callback doesn't receive anything.Workaround
In version 1.8.x callbacks works well. So it can be fixed by defining MarkdownUI (presented in 1.9) with
frame(height:)
bound withonRendered(height)
.Note
It's really critical. As the library normally needed for iOS 13 and 14. While iOS 15 already has built-in markdown for Text views (though features are limited yet...).
The text was updated successfully, but these errors were encountered: