michaeljbishop / NGAParallaxMotion

A tiny category on UIView that allows you to set one property: "parallaxIntensity" to achieve a parallax effect with UIMotionEffect
MIT License
641 stars 31 forks source link

it can not work in iPhone #10

Closed welkiner closed 10 years ago

welkiner commented 10 years ago

what i should do?

welkiner commented 10 years ago

iphone4

michaeljbishop commented 10 years ago

While you can compile this code for iOS 7, it will have no effect on an iPhone 4 as Apple doesn't enable the parallax effect.

welkiner commented 10 years ago

ok,That means i'll choose another way to complete it %>_<%