
Key-value observing without NSObject and dynamic modifier in Swift
When writing code in Swift it is often needed to observe changes in other objects. We can use Apple’s key-value observation but it has some implications: requires to use NSObject… Read more Key-value observing without NSObject and dynamic modifier in Swift →