UPGRADE YOUR SKILLS: Learn advanced Swift and SwiftUI on Hacking with Swift+! >>

SwiftUI rich text - Newline characters not working - Please help

Forums > SwiftUI

Hi,

I'm using firebase to store strings and display them as LocalizedString Text in my SwiftUI view.

Problem is newline characters \n are not being recognized.

Below is the code, can you help :

Firebase string field i.e learningcontent field

This is the first line \n this is the second line

ViewModel : self.learningContent = LocalizedStringKey(String(document.get("learningcontent") as? String ?? "" ))

Swiftui code :

Text(learningContent) .lineSpacing(10)

View Output : This is the first line \n this is the second line

Problem : \n is not recognized and text is only displayed in one line.

1      

Hacking with Swift is sponsored by RevenueCat

SPONSORED Take the pain out of configuring and testing your paywalls. RevenueCat's Paywalls allow you to remotely configure your entire paywall view without any code changes or app updates.

Learn more here

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.