So I have 3 view controllers (and a nav view controller). Starting at VC1 I push to VC2 then when the scene for VC2 is done I pop VC2 then push to VC3. Only problem with that is that the user can see the stack push/popping. Is there anyway I can push VC3 then pop VC2 without it being noted? I know it's a stack so you can't necessarily pick elements as you can arrays, but maybe there is a way I can pop VC2 from VC3?
I saw a few stackoverflow resources but all in old syntax from 2011-2014 and are very outdated. Anyone have any ideas?