Azuritul / AZDropdownMenu

A simple dropdown menu component for iPhone
http://azuritul.github.io/AZDropdownMenu
MIT License
193 stars 50 forks source link

Add @objc attributes for Swift 4 compatibility #36

Closed swoolcock closed 7 years ago

swoolcock commented 7 years ago

Description

Swift 4 requires the @objc attribute on any function referenced by #selector. This pull request adds that attribute to two functions.

Fix