DraggableCollectionView
DraggableCollectionView copied to clipboard
How can I use this Layout in Swift project?
I'm try to import : #import "UICollectionView+Draggable.h"
But it have this error
Anyone, help me pls!!!
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/