RichText
RichText copied to clipboard
Easily show RichText(html) in SwiftUI
I really like this package but I've run into an issue. I've got this code: import SwiftUI import RichText struct MainView : View { var body: some View { ScrollView...
 Frame is set to 48 tall. Message body: `This is a fancy HTML message with some styling.And a link to google.`
Hi, im using the pod, but i have problems when i want to use horizontal scroll and overflows not work when create the css style. i already support this?
While it renders . it is offset from the rest of the text. Here is the example HTML text: `The days of easily modding your Steam to look the way...
Modify the access level of css to public in order to customize the WebView. This change allows users to apply their own styles to the WebView.
You should rename the `.transition` modifier to `.animation` and introduce a new `.transition` modifier that is responsible for transitioning from the placeholder to the WebView.
When I try to set a custom font that I imported into my project it doesn't work ` .fontType(.custom(UIFont(name: "NunitoSans-Regular", size: 14.0)))`