URLQueue icon indicating copy to clipboard operation
URLQueue copied to clipboard

Both 6.1 and 6.3... no build

Open kristofer opened this issue 10 years ago • 1 comments

after modifying the source of this repo into up-to-date swift, I still cannot get past one last error...

in URLQueue/URLQueueExtension/ShareViewController.swift: ''' URLQueue.addURL(url, title:self.textView.text) ''' the error is URLQueue.Type does not have a member name 'addURL'

and of course, it clearly stated as a "class func addURL"... any ideas?

kristofer avatar Feb 24 '15 22:02 kristofer

Hi @kristofer - I've just updated the repo for Swift 1.2 https://github.com/jverdi/URLQueue/commit/6ca172baec8157daeba6129cc3b2f7eb118bb40b

Hope that clears things up!

jverdi avatar Mar 01 '15 19:03 jverdi