LBActionSheet icon indicating copy to clipboard operation
LBActionSheet copied to clipboard

A very customizable drop-in replacement for UIActionSheet

Results 7 LBActionSheet issues
Sort by recently updated
recently updated
newest added

Hi, I know it's been a while since the last update, however I still find this library useable for the most part :) However, I'm getting some warnings.... LBActionSheet/LBActionSheet.m:613:41: 'UITextAttributeFont'...

I was looking for a replacement for the uialertview with three buttons, ok, forgot and cancel, be nice to see a screenshot with more buttons and a uitextfield, maybe example...

Small workaround for cases where the cancelButtonIndex is not returned by the getter. The solution is an explicit setter.

...ns. Updated attributes names to support iOS7. Added buttonsHeight property so can have custom buttons height

I’ve recently added [LBActionSheet](https://github.com/CocoaPods/Specs/tree/master/LBActionSheet) to the [CocoaPods](https://github.com/CocoaPods/CocoaPods) package manager repo. CocoaPods is a tool for managing dependencies for OSX and iOS Xcode projects and provides a central repository for iOS/OSX...

i tried : [sheet buttonAtIndex:0].titleLabel.textAlignment = NSTextAlignmentLeft; without success..

Regardless which parameter is set for showInView, the ActionSheet is displayed in the main view.