Lag / Delay on ModalViewController dismiss after loading an xib view over SKView
问题 Imagine this scenario (some code below): I have an SKView on a viewcontroller. I load an xib view (external .xib file) over skview (xib view is a like small menu view that does not cover screen in full). Then, I show a view controller modally from SKView's controller When I dismiss this modal view controller, there is a lag on every second dismissal (so, i show it modally, dismiss, it is fine, then i repeat, there is delay, then repeat, works fine, then do again, there is delay ... and so on)