I'm trying to put a semi transparent image with blur effect behind my main view, similar to how Apple is doing in iOS 7. What is the best, most efficient way of going about this sort of effect?
Asked
Active
Viewed 9,882 times
1
-
11The *most* efficient way would be to search for an existing question before posting a new one. – John Parker Sep 13 '13 at 05:35
-
There are already many way available on internet. First check that and try. and if you face any problem in that than ask here : https://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=ios7 – CRDave Sep 13 '13 at 06:02
-
1This sample project may help you.https://github.com/nicklockwood/FXBlurView – NiravPatel Sep 13 '13 at 06:29