wwdc14yh / HyPopMenuView

模仿新浪微博弹出菜单
726 stars 186 forks source link

在iOS8 中弹出空白 #12

Open goingmyway1 opened 7 years ago

goingmyway1 commented 7 years ago
WanLiShiTou commented 7 years ago

问题原因是 Add subviews to the contentView and not to UIVisualEffectView directly.不能直接在UIVisualEffectView直接添加子View.我fork了个改过版本:https://github.com/WanLiShiTou/HyPopMenuView.git