Hello,
I have memory problem in my application. I am integrating some application in one application.
Following is my problem:
-I have one UIView named MainView.
At this time memory usage is 9.0 mb.
-now i am adding another view on it.
Memory usage increase to 13-15 mb.
- When i release that newly added view from superview. [self removefromsuperview];
Memory is 9.5 mb. it's not 9.0 mb.
- As i open more views memory increases.
I release all the objects & controls i take in that view.
Pls help me to solve this problem.
Thanks in Advance.
I have memory problem in my application. I am integrating some application in one application.
Following is my problem:
-I have one UIView named MainView.
At this time memory usage is 9.0 mb.
-now i am adding another view on it.
Memory usage increase to 13-15 mb.
- When i release that newly added view from superview. [self removefromsuperview];
Memory is 9.5 mb. it's not 9.0 mb.
- As i open more views memory increases.
I release all the objects & controls i take in that view.
Pls help me to solve this problem.
Thanks in Advance.