0

I want my table view to have a blurred white background.

You will see some examples of the table view blur (Siri and Twitter) in this video:

http://www.youtube.com/watch?v=hsEUBLIJvmE&feature=player_embedded

I have tried to use the gaussian blur from this question (it is the second answer) : iPhone: Blur UIImage

But when I apply this to a white there is no blur applied... do I need to create this on photoshop myself?

Thank you!

Community
  • 1
  • 1
MCKapur
  • 9,127
  • 9
  • 58
  • 101
  • 1
    Those blurs were to a photo. You cannot obviously blur an image consisting of a single color, so what is your real problem? You may be able to use a core image filter now to do this - it fairly new to iOS. – David H Oct 07 '12 at 13:15
  • Thanks, I know Core Image Filtering.. I will read the documentation briefly and take that approach – MCKapur Oct 07 '12 at 13:42

0 Answers0