morizotter / SwiftyDrop

Lightweight dropdown message bar in Swift. It's simple and beautiful.
MIT License
683 stars 74 forks source link

Compilation warning #41

Closed smebberson closed 8 years ago

smebberson commented 8 years ago

With a Carthage install, I receive the following (and a bunch more of these):

/Library/WebServer/focusbooster-ios/focus booster/Carthage/Checkouts/SwiftyDrop/SwiftyDrop/Drop.swift:76:74: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead

I'm using Xcode Version 7.3.1 (7D1014).

morizotter commented 8 years ago

Oh, thanks! I forgot to calm down this warnings!

smebberson commented 8 years ago

@morizotter, thanks for library. It works really well!

morizotter commented 8 years ago

@smebberson I fixed these warnings https://github.com/morizotter/SwiftyDrop/pull/42 !

And the fixed version 2.4.2 is released now 😸

smebberson commented 8 years ago

@morizotter, problem solved. Thanks!