It sounds like you are pushing more and more view controllers onto the navigation controller's stack, or you have a whole series of view controllers that are presenting another view controller. I think you need to pop the previous view controller off the navigation controller's stack before presenting the next one, or dismiss the previous view controller before presenting the next one.
Topic:
Programming Languages
SubTopic:
Swift
Tags: