xcode - A Leak in Apple's iPhone project template? -


Today, I tried to fix a leak in my newly created iPhone app. After some searching, I have found that there is a leak in the applet's tab bar application template. Did you know, or am I wrong?

It was found that the application leaks in simulator only, not on the actual device, whether you are on an iPhone or iPod touch. Can you see leakage while driving your app? If this happens only in the simulator, then I'm not worried.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -