takashisite / TSPopover

UIPopover like UI for iPhone
Other
316 stars 68 forks source link

Expose properties to configure the button title's shadow appearance. #1

Closed chapados closed 12 years ago

chapados commented 12 years ago

The shadow color and offset are currently hard-coded values. This change provides properties for these parameters that default to the original values.

UIButtons are not configurable via the UIAppearance proxy in iOS5, otherwise this change would not be necessary.

takashisite commented 12 years ago

Good change, Thanks!!