Storyboard segues causing memory leaks
I have two UIViewControllers with buttons triggering segue (modal) to each other. I wanted to discover if that's causing any memory leaks while jumping back and forth and I see that Living Object && allocated memory is going up, what eventually would leave to app crash. I don't have any single line of code - working with pure UIViewControllers. What I might be doing wrong? Could have I set something wrong in project settings? Am I reading profiler's statictics badly? Do I need to make any special release commands while working with segues? You aren't using the modal segues correctly. The way