Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在iOS8 中弹出空白 #12

Open
goingmyway1 opened this issue Mar 23, 2017 · 2 comments
Open

在iOS8 中弹出空白 #12

goingmyway1 opened this issue Mar 23, 2017 · 2 comments

Comments

@goingmyway1
Copy link

No description provided.

@goingmyway1
Copy link
Author

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

@WanLiShiTou
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants