nicklockwood / iCarousel

A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
http://www.charcoaldesign.co.uk/source/cocoa#icarousel
Other
12k stars 2.58k forks source link

Blurview on carousel itemView. #496

Open Vinodh-G opened 10 years ago

Vinodh-G commented 10 years ago

Hi Nick, I have a requirement like blurring the background of a carousel Item View, so that when carousel it scrolled, the blur background should be dyanamic, the blur background should be updated as per the superview of carousel view, for achieving this easily i have dropped UIToolBarView as subView of carousel ItemView, but its not that responsive and bluring was not that good, can I know how this can be done please?

nicklockwood commented 10 years ago

I don't have a solution for this I'm afraid. My FXBlurView library won't work with 3D transforms.

Vinodh-G commented 10 years ago

Thanks Nick for the reply, Let you know if I am able to achieve this.