There is an item details screen where user can read all info about a selected item, and there is also an search bar in this screen where user can search for items then when they choose one, it will be displayed, because of complexity data, so I have to do this by pop current item view then push a new item view in.
Everything is ok when do this just some times, the problem happens when user do this about 25-30 times, app become slowly then crashes.
I guess that the should be a problem with memory but could not find out where it is.
Please help me on this, thanks!