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

removing strong references from project example #11

Open riosc opened 9 years ago

riosc commented 9 years ago

strong references from a view to its subviews causes a retain cycle @see https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmPractical.html @see http://www.cocoawithlove.com/2009/07/rules-to-avoid-retain-cycles.html