If your getting this error it could be because you have added to many subviews to the main view of your SwiftUI Views body. You are only allows 10 subviews …
My Text was looking like the above and I was trying everything to stop the top part being cut off. Here is the solution: I ended up adding \n at …
If you got this error check out this video
//4.0 func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { //4.2 func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { If this helped you, share and …