Encountering numerous leaks on iphone device when using NSOperationQueue and trying to change sliders / pickers etc?

I'm assuming you're doing something else before setSliders for which you created the NSOperation, and you just omitted that code.

You are releasing each label and slider in your for loop, even though you have not retained them. This is not correct. You only need to release memory that you have allocated, copied or retained.

See the memory management programming guide for more details.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions