KYGooeyMenu icon indicating copy to clipboard operation
KYGooeyMenu copied to clipboard

A not bad gooey effects menu.

Results 6 KYGooeyMenu issues
Sort by recently updated
recently updated
newest added

I really enjoyed using this project, nice work! Found a couple typos in the README though 😛

hello dears please update to new swift

Hi, awesome library you have made here. Can you please provide support for swift?

``` gooeyMenu = [[KYGooeyMenu alloc]initWithOrigin:CGPointMake(CGRectGetMidX(self.view.frame)-50, 500) andDiameter:100.0f andDelegate:self themeColor:[UIColor redColor]]; gooeyMenu.menuDelegate = self; gooeyMenu.radius = 100/4; //这里把小圆半径设为大圆的1/4 gooeyMenu.extraDistance = 20; //间距设为R+r+20。注:R+r是默认存在的。 gooeyMenu.MenuCount = 4; //4个子菜单 gooeyMenu.menuImagesArray = [NSMutableArray arrayWithObjects: [UIImage...