qmathe / DropDownMenuKit

UIKit drop down menu, simple yet flexible and written in Swift
Other
303 stars 38 forks source link

UIViewAnimationOptions' has been renamed to 'UIView.AnimationOptions' #27

Closed Rjmaurya13 closed 5 years ago

Rjmaurya13 commented 5 years ago

UIViewAnimationOptions' has been renamed to 'UIView.AnimationOptions'

qmathe commented 5 years ago

The renaming has already been done in master when migrating to Swift 4.2, see e229b807f7d084d2fd644809a769de279be3b46b. I'll make a new release with this change soon. Thanks!

qmathe commented 5 years ago

I just made a new release 0.8.6 that includes this change.