alexanderjarvis / PXAlertView

A drop-in replacement for UIAlertView that is more customisable and skinnable
MIT License
592 stars 95 forks source link

Adds stack buttons option, color all buttons #35

Closed tremblay closed 10 years ago

tremblay commented 10 years ago

It is now possible to force the buttons to show up stacked instead of side by side even if there are only 2 buttons. It is now possible to color all buttons with a single call. Button text colors are now customizable. A defaultIOS7Style can be easily selected.

alexanderjarvis commented 10 years ago

Thanks for the pull request!

tremblay commented 10 years ago

@alexanderjarvis glad to help! Would you mind tagging a new release and submitting to cocoa pods so that this version is available for people to pull down? It seems like enough of an improvement to warrant a new version, and it didn't break anything so it can be a minor revision (i.e. 0.1.1)

alexanderjarvis commented 10 years ago

@tremblay Done! Apologies for the delay.

tremblay commented 10 years ago

thank you very much!