I\'m trying to pass a UIView to another class - which kinda works, but I can\'t retain the pointer...
im fairly new to objective-c, most of it is clear however when it comes to memory managment I fall a little short. Currently what my application does is during a NSURLConnection when the method -(void
I declared a NSMutableArray in the header-file with: NSMutableArray *myMuArr; and @property (nonatomic, retain) NSMutableArray *myMuArr;
I kind of understand what\'s retain counts for. But not totally. I looked on google a lot to try to understand but still I don\'t.
I\'m relatively new to iPhone Development, so this may be my fault, but it goes against what I\'ve seen. :)
I\'m having a few problems with some Objective-C and would appreciate some pointers. So I have a class MapFileGroup which has the following simple interface (There are other member variables but they
Does the setTitle method of UIButton retain the NSString passed as argument ? I guess I can rely on the fact that the property is defined as:
Members, scholars, code gurus. My background is far from any computer programming thus my question may seems basic and somewhat trivial to you. Nevertheless it seems that I can\'t put my head around i
How to succinctly handle this situation. I\'m not properly releasing contactDictionary in the if statement...
I\'m still new to Cocoa and don\'t know much about memory management. I read up on Apple\'s documentation but I\'m still confused. My question is if I set the value of a variable in a - (void)dowhatev