yannickl / FlowingMenu

Interactive view transition to display menus with flowing and bouncing effects in Swift
MIT License
974 stars 111 forks source link

Swift 3 Branch --> UIColor #12

Closed exocode closed 7 years ago

exocode commented 8 years ago

https://github.com/mediatainment/FlowingMenu/blob/swift3/Sources/FlowingMenuTransitionManager.swift#L145

remove the () at the end of the line...

let shapeColor = source.colorOfElasticShapeInFlowingMenu(self) ?? menuView.backgroundColor ?? .black()

yannickl commented 8 years ago

I'll update it soon. Thank you! #11