Search code examples
ioscustom-controlscustomizationios7

How to create a see through button with "blurred" background in iOS 7


I am updating my app to iOS 7 and wanted to improve the UI. I want to create a see through background like Control Center. So basically I have a button, which I would like to have a see through and "blurred" background like control center. Thanks!

enter image description here


Solution

  • The blurring effect is not available as a public API. There are third party implementations available, such as FXBlurView, which I can recommend.