All Projects → xuuhan → HXCamberMenu

xuuhan / HXCamberMenu

Licence: other
弧形滑动菜单-demo

Programming Languages

objective c
16641 projects - #2 most used programming language

HXCamberMenu

滑动弧形菜单

image

初始化方法

radius 外圆半径 centerPoint 外圆中心点 outsideCirCleImage 外圆图片 insideCirCleImage 内圆图片 circleMargin 外圆和内圆距离

  • (instancetype)initWithRadius:(CGFloat)radius andCenterPoint:(CGPoint)centerPoint andOutsideCirCleImage:(UIImage *)outsideCirCleImage andInsideCircleImage:(UIImage *)insideCirCleImage andInsideCircleMargin:(CGFloat)circleMargin;

添加子视图

viewArray 子视图数组 count 屏幕静止时要显示的子视图个数

  • (void)addSubViewWithSubViewArray:(NSArray *)viewArray withShowBtnCount:(int)count;

原理地址:http://www.jianshu.com/p/e66f2cd3db14

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].