BButton icon indicating copy to clipboard operation
BButton copied to clipboard

BButton is a subclass of UIButton that looks like the bootstrap buttons.

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

I have a BButton, acting as a toggle, that utilizes the FAPlay icon before pressed, but when pressed, wants to switch to the FAStop icon. Using `- (void)addAwesomeIcon:(FAIcon)icon beforeTitle:(BOOL)before` simply...

Hi, The call to CGGradientCreateWithColors causes a memory leak. One solution would be to move the code into the drawing routine and call CGGradientRelease there.

BButton works fine, but has anyone done an iOS 7 style modification yet? A flatter version (without the border shadow effects), like the buttons seen in iOS 7 phone app...

I didn't figure out how I can set button type via Interface Builder, maybe it is not even possible, I don't know, but it should be mentioned.

I don't know if this is really an issue with BButton as much as it's with FontAwesome, but I wasn't sure where I would bring this up in that case....

When I set `.enabled = NO` on a BButton, it no longer accepts touch events but it isn't obvious to the user that the button is disabled. I was imagining...

No matter what instantiation I use or what FontAwesome icon or BButtonType I always get a simple empty white rectangle as an icon in the GUI of the Simulator or...

In iOS 6.0 it crashes when you click on a button and it tries to handle the down state of the button. It can't get the number of components from...

I'm trying to set and image icon on these, and I'm getting some odd results. Looks like when I set the imageView with and image... it takes up the left...