Post

Replies

Boosts

Views

Activity

Comment on Error Fetching App Record on Validate
Yep just started having the same issue too with Xcode 14.0 beta 3 (14A5270f). Logging in and out didn't resolve it.
Replies
Boosts
Views
Activity
Jul ’22
Comment on SwiftUI: Markdown support for string variables
Yes I'm seeing the same thing with AttributedStrings stripping out new lines
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on New lines not being rendered in SwiftUI's markdown
Thanks @rwgrier. I also submitted an example Playground (FB9188344) to demonstrate the issue
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on New lines not being rendered in SwiftUI's markdown
Thanks for your response. A single paragraph break would be fine but I haven't found a way to add one in an attributed string with SwiftUI. AttributedString(markdown: "Example\n**One**") renders on a single line in a Text view. Whereas Text("Example\n**Two**") renders on two, as expected.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21