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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -