JagCesar / iOS-blur

Blur a UIView
Do What The F*ck You Want To Public License
2.07k stars 211 forks source link

blurView use in UIPageViewController causes rendering issues #26

Closed DeCatOfDestruction closed 10 years ago

DeCatOfDestruction commented 10 years ago

JCRBlurView use as a subview in UIPageViewController causes rendering issues in iOS7 : ( UIPageViewControllerTransitionStylePageCurl

JagCesar commented 10 years ago

Hey man!

Do you have some sample code I can clone and run? Would be awesome if you could set that up :)

DeCatOfDestruction commented 10 years ago

Hi : ) I have created a UIPageViewController Demo(Look like my real project, also import JCRBlurView ) just now. Unfortunately, it runs very well in iOS7. Finally I find a solution: http://stackoverflow.com/questions/25200299/cant-add-autolayout-constraints-to-uipageviewcontroller/25200874#25200874 . After I remove the code [self addChildViewController:self.pageViewController]; from my project, it runs well now, and JCRBlurView is also useable now. I love JCRBlurView ~ Thanks for your job!

JagCesar commented 10 years ago

Great that you solved it by yourself! I'm closing this issue for now, but feel free to get back to me with any problems you run into. Have a great day! :)

DeCatOfDestruction commented 10 years ago

^_^