Is it possible to add observers to simple variables such as BOOLs or NSIntegers and see when they change?
Thanks!
Yes; the only requirement is that the object in which those variables occur are key-value compliant for those properties.