antiraum / THPinViewController

iOS 7 Style PIN Screen for iPhone and iPad
MIT License
460 stars 103 forks source link

Adds customisable blur tint color #14

Closed nilsgrabenhorst closed 9 years ago

nilsgrabenhorst commented 9 years ago

Hi Thomas, Our client wanted a different tint color for the blurred background, so here's my attempt to implement this. I basically take THPinViewController's backgroundColor. If it is opaque, I apply the standard alpha value, otherwise I use the backgroundColor as-is to apply the blur tint.

Thanks a ton for your great work!

nilsgrabenhorst commented 9 years ago

Sorry, I added some wrong commits.