Skip to content

terminatorover/RGButton

Repository files navigation

RGButton

Check it out live

Custom Button when tapped displays an set of 5 buttons moving radially out . Inspired by myfitnesspal

Implement the RGButtonDelegateProtocol with the following method (it let's you know which button was tapped,the 0th index is left most button

  • (void)tappedButtonWithIndex:(NSInteger )index;

#configuration

  • (void)setRadius:(CGFloat )radiusSet;//how far out the buttons move out
  • (void)setImagesForButtons:(NSArray *)imageArray;
  • (void)setCenterButtonImage:(UIImage *)setimage backgroundColor:(UIColor *)color;
  • (void)backGroundColor:(UIColor *)color;

About

Custom Button when tapped displays an set of 5 buttons moving radially out . Inspired by myfitnesspal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published