Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/terminatorover/rgbutton

Custom Button when tapped displays an set of 5 buttons moving radially out . Inspired by myfitnesspal
https://github.com/terminatorover/rgbutton

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# RGButton
[Check it out live](https://www.youtube.com/watch?v=RN47kjgtbhA&feature=youtu.be)

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;