Hello,
I'm kinda newbie with Iphone dev and I'm facing a strange issue.
I have a UITable View, and whien I click on a cell it opens an other View in which there are several informations ( gathered by a parser).
The thing is that there is a UITextView inside this View that is leaking ( when I delete it on the .xib file, there is no more leak ), the others items on the view (button,labels) doesn't leak.
I don't understand why it's leaking ( when the UITextView is empty or not linked with any variable, it still leaks) and what I could do to prevent this leak.
Here is my project source :
http://iphonesdkdevelopment.googlegr...gYotyj7-X7wDON
Any help would be greatly appreciated