Make a Text view have two lines SwiftUI 5.1 Post author:Gerard Grundy Post published:January 28, 2020 Post category:Swift Programming Post comments:0 Comments Just use \n to add your new lines to the Text view. Text("Hello,\nWorld!").lineLimit(nil) 1 Text("Hello,\nWorld!").lineLimit(nil) Tags: Learn Swift Programming|Swift Programming|Swift Tutorials, swift5.1, Swiftui Read more articles Previous PostMake a shadow of your text SwiftUI 5.1Next PostMake the leading and trailing edges of the view fit within the view SwiftUI 5.1 You Might Also Like Using assert for debugging Swift 5.1 January 25, 2020 Compound Assignment Operator Swift 5.1 January 31, 2020 What do semicolons do? Swift 5.1 January 18, 2020 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional)