taglia3 / TGLParallaxCarousel

A lightweight 3D Linear Carousel with parallax effect
MIT License
436 stars 63 forks source link

Fix "No - candidates produce the expected return type CGFloat" #12

Closed egoossens closed 7 years ago

egoossens commented 7 years ago

Getting a compile-time error with XCode 8.1 and Swift 3 caused by a minus sign before a paranthesis in:

t.m34 = -(1 / 500)

at lines 205 and 326.

egoossens commented 7 years ago

Closing as it seems PR #11 already fixes this.