Julius Lisauskas

Results 4 comments of 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;

Got better result on same Mac...