I have created one iphone application .
When I am trying to use presentModalViewController the memory has not been released. Few components are not released, I am unable to find those leaks. When I have searched in Leaks I did not found anything.
But When I am working on Object allocation, I found few UILabels, UINavigationItems, navigation buttons are not been releasing.
let me know how to handle those situations.
When I am trying to use presentModalViewController the memory has not been released. Few components are not released, I am unable to find those leaks. When I have searched in Leaks I did not found anything.
But When I am working on Object allocation, I found few UILabels, UINavigationItems, navigation buttons are not been releasing.
let me know how to handle those situations.