Julius Lisauskas
Julius Lisauskas
More findings: ``` (lldb) po backgroundContentView.subviews ( , ) (lldb) po ((UIVisualEffectView*)_popupController.backgroundView).contentView.subviews ( ) ``` Changing `backgroundContentView` with `((UIVisualEffectView*)_popupController.backgroundView).contentView` on two lines in STPopupPreviewRecognizer.m file solves a problem;
Same issue as @timc4662 today...
Same issue on my side... :/
Got better result on same Mac...