HyPopMenuView icon indicating copy to clipboard operation
HyPopMenuView copied to clipboard

在iOS8 中弹出空白

Open goingmyway1 opened this issue 7 years ago • 2 comments

goingmyway1 avatar Mar 23 '17 08:03 goingmyway1

  • (void)showItemAnimate 目前解决我用的解决方法是将- (void)showItemAnimate这个方法中天剑button, [weakView addSubview:model.customView];之前是添加在weakView.superView上的。现在修改成 [weakView addSubview:model.customView];

goingmyway1 avatar Mar 23 '17 10:03 goingmyway1

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

WanLiShiTou avatar Aug 01 '17 14:08 WanLiShiTou