giridharvc7 / VCFloatingActionButton

A Floating Action Button just like Google inbox for iOS
MIT License
296 stars 77 forks source link

Cannot integrate to Swift app #4

Open moyoteg opened 9 years ago

moyoteg commented 9 years ago

I dragged the folder with all the classes and Nib file into my project, imported the header file and I still cannot get it to work on my swift file. =/

giridharvc7 commented 9 years ago

Did you add the headerfile to the Bridging header ?

moyoteg commented 9 years ago

I did but it gives me a "Use of undeclared type" error. the bridging header gives me no issue, I used #import "VCFloatingActionButton.h" on the bridging header file.

basememara commented 8 years ago

It would be great to add this to CocoaPods, which would handle the Swift integration automatically.