We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这里的触发点指的是什么概念?以及finalPoint指的是什么?不明白这两个概念所以也看不懂计算。
CGFloat radius = sqrt((finalPoint.x * finalPoint.x) + (finalPoint.y * finalPoint.y)); UIBezierPath *maskFinalBP = [UIBezierPath bezierPathWithOvalInRect:CGRectInset(button.frame, -radius, -radius)];
The text was updated successfully, but these errors were encountered:
@LGang 这里在计算覆盖全屏的最小半径。
Sorry, something went wrong.
No branches or pull requests
这里的触发点指的是什么概念?以及finalPoint指的是什么?不明白这两个概念所以也看不懂计算。
The text was updated successfully, but these errors were encountered: