VBFPopFlatButton icon indicating copy to clipboard operation
VBFPopFlatButton copied to clipboard

Flat button with 9 different states using POP

Results 10 VBFPopFlatButton issues
Sort by recently updated
recently updated
newest added

Hi @victorBaro This is with reference to issue: [39](https://github.com/victorBaro/VBFPopFlatButton/issues/39) I have created the [React Native](https://github.com/facebook/react-native) bridge plugin for using this library with React Native projects. I have added the same...

Hey there, thanks for sharing this awesome component Victor. I'd like to make a suggestion or maybe it's me not using the button as I should and you can give...

I have noticed a rendering Bug in my project and I could verify it in your example project using the following setup : ``` -(void)viewDidLoad { [super viewDidLoad]; // Do...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

... so that "+" button can be green and "X" button can be red... ;-) - Add "setCircleColor:forButtonType:" method - Add "setLineColor:forButtonType:" method

@victorBaro assign to me

This adds another button type called buttonMenuChatType that shows a small rounded bubble on the menu button denoting there are action items hidden by the menu.

to have a bigger button touch area than the drawing size of segment lines. Also added NS_DESIGNATED_INITIALIZER to force warnings when not using given init

The POPSpringAnimation can be replaced by `[UIView animateWithDuration:delay:usingSpringWithDamping:initialSpringVelocity:options: animations:completion:]`, which allows you to create spring animations that are very similar to those of a POPSpringAnimations. The advantage of this though...