Swift TIL 3
Today's little "Swift TIL" is observers. While reading up on the language I was delighted to find that it has observer support baked right into the language, for any sort of variable. So code like this:
var name = "David" {
willSet( new ) {
...
davep.hashnode.dev1 min read
Syed Fazle Rahman
Building Bug0, an AI-native E2E testing platform for modern apps - co-founder & ceo @ Hashnode
Hi Dave Pearson, these TIL posts are great! I read them all. Keep them coming. 🍺