ios - Define instance variable just for iOS8 -


I want to define an instance variable, just like for iOS 8:

 < Code> UIVisualEffect * blurEffect;  

How can I make it compatible with iOS7

The UIIiIFF was introduced in iOS 8. Although it is not available for iOS 7, there are ways to blur in iOS7.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -