I am new to Swift and developing app. Swift has something I am not familiar with and it's possibly ARC, or something similar.
I've designed an app and I have couple of tab bar items to switch view per view controller. What I'd like to do is whenever one of those tab is pressed, the view is "reset" to original - like one of tabbed view has pagecontrol and it stays on that specific page when returned rather than back to page 1 - and not left as it is when you switch views. Does ARC take part in this or is it different concept?
If It's ARC, can you explain a bit more about ARC? I read a bit on it in swift ebook from itune but I don't really understand... But again, I never learned how to do memory management before and maybe it hasn't "click" just yet.
But if it's not ARC, can anyone point me in right direction on this?
Thanks
I've designed an app and I have couple of tab bar items to switch view per view controller. What I'd like to do is whenever one of those tab is pressed, the view is "reset" to original - like one of tabbed view has pagecontrol and it stays on that specific page when returned rather than back to page 1 - and not left as it is when you switch views. Does ARC take part in this or is it different concept?
If It's ARC, can you explain a bit more about ARC? I read a bit on it in swift ebook from itune but I don't really understand... But again, I never learned how to do memory management before and maybe it hasn't "click" just yet.
But if it's not ARC, can anyone point me in right direction on this?
Thanks
Last edited: