jessesquires / BButton

Twitter Bootstrap buttons for iOS
http://cocoadocs.org/docsets/BButton/
Other
712 stars 82 forks source link

Fixed: shouldShowDisabled is not used #29

Closed ElfSundae closed 9 years ago

jessesquires commented 9 years ago

Thanks @ElfSundae !

Can you provide a description and reasoning for this change?

This property allows you to set the button to a disabled state.

jessesquires commented 9 years ago

Oh I see the issue now. The solution is actually more complex.

Thanks for pointing this out @ElfSundae ! :smile: :+1:

See the full fix in e44335a