sammcewan / WYPopoverController

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
Other
252 stars 74 forks source link

Added alpha theme property to the pop over #47

Closed rrvieira closed 9 years ago

rrvieira commented 9 years ago

I needed to show a popover with an alpha lower that 1.0f. Added this property to the theme - this is being set independently of the popover presenting animation being "enabled" (the appearing animation now goes from 0.0f to the chosen alpha and vice-versa).

Thanks and please keep up your good work! :)

sammcewan commented 9 years ago

Nice!