Quote:
Originally Posted by flyingguitar
If addTextFieldWithValue: will get rejected, what do you suggest as an alternitive?
And I'm almost positive that the problem origonates from that code, I don't know where else it would be coming from. Also, I'm not even positive it's a memory issue, but somethings causing my app to crash after about a minute. And instruments says I have multiple leaks. But it says I have leaks in almost every app I make (this one in particular), so I'm doing something wrong, hence I came here for help.
But thanks for the fast reply :P
|
What does it say the leaks are from? In building the apps in the Beginning iPhone 3 Development book, I checked with the instrument and there were small leaks already just from the code right out of the box from Apple (before I added any code). I asked the instructor of the class and he said there could be leaks in the Apple-provided stuff. The ones I saw were in core graphics. However, they were minor and likely wouldn't cause a crash.