How to switch session View to some other View?

When a session of UI toolkit started, the program can not change the view to other view using like pushViewController(…). Is there anyway to change view during session started? I use Swift for iPhone application program.