SwiftUI Cookbook
  • SwiftUI
    • Getting Started
      • Adding Text in SwiftUI
      • Creating Shapes in SwiftUI
      • Create a Tab Bar with TabView in SwiftUI
    • Continued Learning
      • SwiftUI: How to Add Custom Fonts to Your App
  • Swift
    • Swift Collections
      • Array Methods in Swift
    • Continued Learning
      • Extensions in Swift
      • Generics in Swift
      • If Let vs Guard Let in Swift
      • Data Transformation in Swift
Powered by GitBook
On this page
  • Creating a Basic Text View
  • Customizing Text Views with Modifiers
  • Font Style
  • Text Color
  • Bold and Italic Text
  • Custom Font and Size
  • Line Spacing and Alignment
  • Advanced Customizations
  • Shadow
  • Strikethrough and Underline
  • Applying Multiple Modifiers
  • Screenshots

Was this helpful?

  1. SwiftUI
  2. Getting Started

Adding Text in SwiftUI

PreviousGetting StartedNextCreating Shapes in SwiftUI

Last updated 11 months ago

Was this helpful?