

My Text was looking like the above and I was trying everything to stop the top part being cut off.
Here is the solution:
Text("\nMy Text").font(.custom("Rockwell-Bold", size: 50))
I ended up adding \n at the start of the Text String. I hope this helped you.
“\nMyText”
I was getting this error: [Assert] UIScrollView does not support multiple observers implementing _observeScrollView:willEndDraggingWithVelocity:targetContentOffset:unclampedOriginalTarget:. Scroll view <SwiftUI.HostingScrollView: 0x101887800; baseClass = UIScrollView; frame = (0 0; 414 736); anchorPoint = (0, …