DMCustomModalViewController
DMCustomModalViewController copied to clipboard
Parent viewcontroller has a deltaX and deltaY when dismissing the fullscreen modal view
When dismissing a fullscreen modal view, the parent viewcontroller is shifted both on left and on top :

Only happen in iOS7 afaik.
I have the same issue
I have two ViewControllers, as parent View Controllers. One is AutoLayout, and the second is not. So the non auto layout view controller works fine, but auto layout is not. I think the main point in that.