Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Scrollview disable clipping
You can add padding to the HStack like shown below. But if anyone else has a suggestion on how you can blead the shadow onto the other views without using padding, I would appreciate it 😀 ScrollView(.horizontal, showsIndicators: false) {                 HStack(spacing: 20) {                     ForEach(0 ..< 12) { index in                         Rectangle()                             .foregroundColor(.white)                             .frame(width: 100, height: 100, alignment: .center)                             .shadow(radius: 20)                     }                 }                 .padding(35)             }             .padding(-20)
Jul ’20
Reply to 10.15.5B4 failing to install
Same issue here (same with the previous betas). Reported it to Apple, but havent got any feedback on it (FB7667446).Tried forcing the update, but that didn't help either.softwareupdate -i "macOS Catalina 10.15.5 Developer Beta-4" --force Software Update Tool Downloaded macOS Catalina 10.15.5 Developer Beta Preparing macOS Catalina 10.15.5 Developer Beta Error downloading macOS Catalina 10.15.5 Developer Beta: Det oppsto en feil under installering av oppdateringen. Done. Error downloading updates.
May ’20