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
Post a Comment