Ios swift – Swift 6 iOS 18 fix small sheets?
Update to Swift 6 iOS 18 and .sheet is now presented as small compared to previous versions on the iPad. I attempted to fix with the modifier .presentationDetents([.large], selection: $selectedDetent) to set the sheet size .large, but it didn't work.…