Tea has been one of those nice steak and caramelised onion burgers, in a sesame bun with sweet chilli sauce plus fries
The burgers were on special offer last week so I got a few extra for the freezer
And just as that was ready, I discovered that the TV people have run out of gold-digger-spinoff-repeats, so they've gone back to S1E1 of the opal hunters, a season (or series) which I haven't seen before
And before all that, I got some tidying done on the SwiftUI project, including getting previews working for all the views again. One of the cool things about SwiftUI is that you can get a live preview of your views right next to the code (and can even edit properties in the preview and have those changes immediately reflected in your code without any work on your part), but it takes a little bit of extra work for some more complex cases. So I'd disabled previews for some of the project, as I hadn't worked out how to feed suitable test data in. But now I've worked it out, with some help from one of those videos I've been watching, so it's all previewable again
The burgers were on special offer last week so I got a few extra for the freezer
And just as that was ready, I discovered that the TV people have run out of gold-digger-spinoff-repeats, so they've gone back to S1E1 of the opal hunters, a season (or series) which I haven't seen before
And before all that, I got some tidying done on the SwiftUI project, including getting previews working for all the views again. One of the cool things about SwiftUI is that you can get a live preview of your views right next to the code (and can even edit properties in the preview and have those changes immediately reflected in your code without any work on your part), but it takes a little bit of extra work for some more complex cases. So I'd disabled previews for some of the project, as I hadn't worked out how to feed suitable test data in. But now I've worked it out, with some help from one of those videos I've been watching, so it's all previewable again
Comment