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.
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!