Hello
I have some object witch I represent in IB Plugin. It is controller object with some properties;
For test this object I do next:
1 in IB I set value of properties un Inspector View (it is work); 2 I bound my Object from IB to another object using 'New Referencing OUTLET' 3 Now I want saw some value witch I set of my obj from IB in runtime FOR example: NSLog(@"%@", [myObl title]);
But it is (null);
Question: Why value set in IB don't pass in runtime it like so I have too different objects in IB and in XCode, BUt they connected like Outlets
ps sorry for my English )))