URLQueue
URLQueue copied to clipboard
Both 6.1 and 6.3... no build
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?
Hi @kristofer - I've just updated the repo for Swift 1.2 https://github.com/jverdi/URLQueue/commit/6ca172baec8157daeba6129cc3b2f7eb118bb40b
Hope that clears things up!