S Svinja macrumors newbie Original poster Oct 27, 2008 27 0 Oct 27, 2008 #1 Hello, lets say i have a class(interface) with one property named myText . How can i know when someone changed myText property?
Hello, lets say i have a class(interface) with one property named myText . How can i know when someone changed myText property?
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Oct 27, 2008 #2 Synthesized property accessors should be KVO compliant.