环绕型button

码农软件 · 软件分类 · 按钮(Button) · 2019-05-23 23:41:35

软件介绍

环绕型按钮,可以当做菜单。点击某个按钮,所有按钮会整体移动,被点击的按钮会移动到最顶端。

    作者说:可以自行修改代码,但是使用必须实现这些:

    CircularLayOutView *manger=[[CircularLayOutView alloc] init];

     //manger.tager=self;

     manger.MyDelegate=self;

     XYPoint *centerPoint=[[XYPoint alloc] init];

     centerPoint.xPoint=160;

     centerPoint.yPoint=230;

     manger.centerPoint=centerPoint;

     XYPoint *buttonWeightAndHeight=[[XYPoint alloc] init];

     buttonWeightAndHeight.xPoint=40;

     buttonWeightAndHeight.yPoint=40;

     manger.buttonWeightAndHeight=buttonWeightAndHeight;

     manger.radius=100;

     NSArray *buttonNameArray=@[@“按钮1”,@“按钮2”,@“按钮3”,@“按钮4”,@“按钮5”,@“按钮6”];

     NSMutableArray *imageArr=[[NSMutableArray alloc] initWithCapacity:0];

     for (int i=0; i
     if(i>8)

     {

     i=8;

     }

     [imageArr addObject:[UIImage imageNamed:[NSString stringWithFormat:@“%d.png”,i]]];

     }

     manger.buttonCount=6;

     manger.buttonIndexNameArray=buttonNameArray;

     manger.buttonIndexBackGroundArray=imageArr;

     [manger creatUIToView:self.view target:nil];

     [self.view addSubview:manger];

    小编注:感谢作者@joser_君赏 分享代码于Code4App。

本文地址:https://www.codercto.com/soft/d/6411.html

Reality Is Broken

Reality Is Broken

Jane McGonigal / Penguin Press HC, The / 2011-1-20 / USD 26.95

Visionary game designer Jane McGonigal reveals how we can harness the power of games to solve real-world problems and boost global happiness. More than 174 million Americans are gamers, and......一起来看看 《Reality Is Broken》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具