项目作者: hanyanchao
项目描述 :
圆形 button,点击在圆形 button的外围弹出button
高级语言: Objective-C
项目地址: git://github.com/hanyanchao/button-.git
圆形 button,点击在圆形 button的外围弹出button
//动画目标位置
CGFloat cosDegree = cosf(degree * (idx + .5));
CGFloat sinDegree = sinf(degree * (idx + .5));
CGPoint center = CGPointMake(originPoint.x + _d*cosDegree, originPoint.y - _d*sinDegree);