문제

See this: http://milgra.blogspot.com/2012/10/qlpreviewcontroller-in-ios-6.html

It seems that Apple did some nasty things with QLPreviewController, it started acting like a separate application over the mother application, it intercepts all touch events, and nothing reaches "UIApplication sendEvent:" . I've tried a lot of things to trick it, subclassing and overriding touch events, adding its view to every possible level, figuring out it's inner structure, adding a semi-transparent overlay view and forwarding touch events, but nothing worked.

I have same problems.

도움이 되었습니까?

해결책

I had to give up Quick Look Framework and substitued UIWebView for QL althogh which doesn't make much sense.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top