I’ve noticed an error warning keeps cropping up in Xcode‘s output console when doing the iOS Database lessons and challenges. Until now it hasn’t really been an issue, but in the latest challenge it is. This is the error message: 2022-04-17 17:21:47.365853+0100 Firebase Demo[11383:331544] 8.15.0 - [Firebase/Firestore][I-FST000001] WatchStream (7faddcc0ad88) Stream […]
Xcode
2 posts
It sounds like the start of a joke but, actually, it’s one of the reasons why SwiftUI is difficult to code. Take, for example, the simple wish to create a Rectangle() with an outline. In SwiftUI, you use the .stroke modifier, thus: Great, huh? A nice outline around your Rectangle(). […]