Q-Mobile / QGrid

🎛 QGrid: The missing SwiftUI collection view.
MIT License
1.64k stars 104 forks source link

Compile Error, "Extra argument 'showsIndicators' in call" in ScrollView(showsIndicators: false) #1

Closed AmrAbedal closed 5 years ago

karolkulesza commented 5 years ago

Hi Amr, Are you using the latest Xcode 11 beta? (beta 4 11M374r, as indicated in Readme). ScrollView initializer with showsIndicators argument is available, as documented here: https://developer.apple.com/documentation/swiftui/scrollview/3337759-init

AmrAbedal commented 5 years ago

Hi Karol, thanks I will update my Xcode to this version, as my current version is ( 11M336w )

karolkulesza commented 5 years ago

Great, closing, then.