What is the best way to handle this simple problem in Obj-C?
ObjectA creates an instance of ObjectB and is free to get and set properties of ObjectB. How can ObjectB similarly reference and send messages back to ObjectA (other than returning data from methods specifically called by Object A)?
Thanks for your time.
ObjectA creates an instance of ObjectB and is free to get and set properties of ObjectB. How can ObjectB similarly reference and send messages back to ObjectA (other than returning data from methods specifically called by Object A)?
Thanks for your time.