unexpected nil window in _UIApplicationHandleEventFromQueueEvent, _windowServerHitTestWindow

后端 未结 7 714
执念已碎
执念已碎 2020-12-16 01:18

I am trying to set up an edge swipe gesture in iOS 8 on iPad but getting and error that seems like a bug.

I have the following code:

    UIScreenEdge         


        
7条回答
  •  佛祖请我去吃肉
    2020-12-16 02:02

    I got issue when testing iPhone app on iPad. No problems on simulator and no problem if I compile app as universal and run on iPad.

    unexpected nil window in _UIApplicationHandleEventFromQueueEvent, _windowServerHitTestWindow: ; layer = >
    

    Perhaps frame is reported wrong ? ( frame = (0 0; 768 1024) )

提交回复
热议问题