polqf / PQFCustomLoaders

Collection of highly customizable loaders for your iOS projects
MIT License
709 stars 82 forks source link

No working when using in Swift Project #9

Closed antonio081014 closed 8 years ago

antonio081014 commented 8 years ago

Everything works fine in Objc project, but when I tried to add it to my Swift project,

use_frameworks!
pod 'PQFCustomLoaders'

It shows screen shot 2016-10-28 at 11 30 48

polqf commented 8 years ago

Hi @antonio081014 , I've fixed the issue with UIColors+FlatColors here: https://github.com/poolqf/PQFCustomLoaders/commit/bfbf6a7b560db89da480a1e9e4d3a4fa66cec300

The thing is that although you can install PQFCustomLoaders, it is not usable. Tbh I've not invested more than 30 min, but seems that to make it work in Swift it needs a little bit of work