Post

Replies

Boosts

Views

Activity

SwiftUI 2.0 ScrollView
Hi, ScrollView in horizontal how to scroll items one by one? ScrollView(.horizontal, showsIndicators: false){   ScrollViewReader { value in LazyHGrid(rows: rows, spacing: 20) { VStack{ ... } .frame(width: UIScreen.main.bounds.width) } } } when I swipe its keep scrolling :(
0
0
472
Sep ’20
dyld: dyld cache load error: syscall to map cache into shared region failed
Recently I have error I'm not sure what is the issue dyld: dyld cache load error: syscall to map cache into shared region failed dyld: Library not loaded: /usr/lib/libc++.1.dylib   Referenced from: /private/var/containers/Bundle/Application/A3A10124-5FA3-4335-9ECE/TradeBy.app/TradeBy   Reason: image not found dyld: launch, loading dependent libraries DYLDLIBRARYPATH=/usr/lib/system/introspection DYLDINSERTLIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
3
0
6.8k
Jul ’20