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

修复在iOS7下会crash的bug #2

Closed
wukwei opened this issue Mar 8, 2016 · 1 comment
Closed

修复在iOS7下会crash的bug #2

wukwei opened this issue Mar 8, 2016 · 1 comment

Comments

@wukwei
Copy link
Contributor

wukwei commented Mar 8, 2016

要在ZFPlayerView.m中的layoutsubviews中调用super layoutsubviews方法,要不然在iOS7下会crash
-(void)layoutSubviews
{
[super layoutSubviews];
self.playerLayer.frame = self.bounds;
}

@renzifeng
Copy link
Owner

谢谢,已修复

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