问题
I'm landing a GreyStripe Fullscreen Ad in a modal view controller in my iPhone app. The problem is that when GreyStripe SDK dismisses the full screen Ad, it also dismisses my modal view controller.
回答1:
Couldn't find a reasonable way of solving this problem, and instead of presenting my landing page as a modal view controller I presented it the classic way in a navigation controller. This solved my problem.
来源:https://stackoverflow.com/questions/8769023/how-to-prevent-greystripe-fullscreen-ad-from-dismissing-my-modal-view-controller