I wish best understand the difference between dealloc and release function.... example... I have my class derived from NSObject calle MyClass
I inherited an iPhone app at work and I\'m new to Objective-C so I don\'t have my bearings just yet. I encountered code similar to this:
I\'m using an array of ASIHTTPRequest wrappers (AsyncImageLoader) to download images for cells in a UITableView.
I think i have an UIImage that has a higher retain count than it should have and i am probably leaking memory. I use this image as a thumbnail, to set a custom background to a uibutton. So the uibutto
I\'ve added a class object to the nib file. All connections are made. But for some reason, the object is deallocated as soon as it\'s created.
I have some difficulties to understand this scenario. I create an object I set its retained property to something
I have a problem while scrolling images on tableview. I am getting aSignal \"0\" error. I think it is due to some memory issues but I am not able to find out the exact error.
I am new to Iphone app开发者_运维百科s and I am trying to build a tab based app. I am attempting to have a table ontop of an image in both tabs. On tab with a table of audio links and the other tab wi
It is in My view controller -(void)doctorsListAction { if(isFirst == YES) { [self getDoctorsListController];
I have added custom animation to UITableViewCells. Each cell has its own animation. When I pop the view, the animations 开发者_如何学Gocontinue and I get a bad exec error because the animation is tryi