lukescott / DraggableCollectionView

Extension for the UICollectionView and UICollectionViewLayout that allows a user to move items with drag and drop. --- HELP WANTED --- Looking for maintainer and help with the experimental branch.
MIT License
549 stars 175 forks source link

How can I use this Layout in Swift project? #60

Open ban9ban3 opened 8 years ago

ban9ban3 commented 8 years ago

I'm try to import : #import "UICollectionView+Draggable.h"

But it have this error

screen shot 2015-11-19 at 10 26 09

Anyone, help me pls!!!

martintjandra commented 8 years ago

You can't. Although Swift and Obj C is from the same Xcode, there are rules to mix them up. In this case, you need to create bridging header.

http://www.ios-blog.co.uk/tutorials/objective-c/how-to-create-an-objective-c-bridging-header/