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
Post a Comment