I have a class, call it Class1, which contains an array, call it array1, as a property, and I retain and synthesize it.
I\'m beginning to get my head round all the memory management stuff, but I\'m a bit puzzled by the use of properties with arrays. If I declare the property in the interface like so -
Isn\'t it unnecessary to retain a static variable since it stay开发者_开发百科s around for the duration of the program, no matter if you release it?
Most of the memoryleaks I solved myself, but this one is quite tough imo. The following happens. I need to load information from facebook in a table view, this table view has an refresh function. All
How do I create a JSP page that cal开发者_Python百科culates tax?We have to use regular expressions to validate the user input. After submitting the form, the user will see the tax amount. The tax is c
My application uses GPS and assigns an NSNumber instance variable every time the GPS is updated and in my last bit o开发者_开发问答f testing before release, I\'ve discovered that it leaks a lot. I\'m
I\'ve got a problem with a singleton implementation. It seems an objet I want to hold in my singleton gets corrupted and I can\'t figure why. Any help appreciated.
I have a two ViewControllers Level4ViewContr开发者_StackOverflow社区oller Level5ViewController In Level4ViewController I have a NSNumber *averagePred; I would like to get and set the value of aver
hey people, I have a problem with my understanding of the memory management in the iphone. I have the following strange situation:
I ran into a bug I have trouble explaining. Now that I found the bug, I can certainly fix it but I would like to understand how such a thing could even happen.