memory leaks - iOS App is getting slower after dismissing ModalViewController -


i'm developing ios app has work on modal vc. (images, etc).

this leads lot of allocated memory. okay while presenting view. after dismissing view i'm still having memory allocated. in simulator can free memory sending memory warning.

the problem app runs slower after dismissing view. i'm doing fade , move animations after , slower before.

i'm using arc , developing ios 6/7. have ideas how free memory programmatically?

found problem...

i had still reference modal view in view controller presented modal view.

but still have same problem. app runs slower after presenting moadl view. although don't have memory allocated.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -