I got a window from the code below in iOS11:
UIWindow *window = [UIApplication sharedApplication].windows.lastObject;
its infomations were printed on console is like this: <_UIInteractiveHighlightEffectWindow: 0x7fdfe84b88e0; frame = (0 0; 375 812); hidden = YES; opaque = NO; userInteractionEnabled = NO; gestureRecognizers = ; layer = >
what's confused me is its isHidden property default value is YES, why ? I tried to search some more infomation about it with key word "_UIInteractiveHighlightEffectWindow", l got nothing but it's a new property in iOS11. Apple also gives nothing about it . Any one know something about it ? Any help is appreciated ! thanks !