GitHawkApp / ContextMenu

An iOS context menu UI inspired by Things 3.
http://githawk.com/
MIT License
982 stars 51 forks source link

Swift 4.2 #37

Closed batjo closed 5 years ago

batjo commented 5 years ago

Updated code for Swift 4.2. I also removed the iOS 9 support for now since the project wasn't compiling since the ContextMenu+Options.swift contains UIImpactFeedbackGenerator.FeedbackStyle? which isn't available on iOS 9

rnystrom commented 5 years ago

Awesome thanks!