yackle / CLImageEditor

MIT License
2.21k stars 573 forks source link

Add Swift support when dragging the whole CLImageEditor into project instead of using coacopods. #80

Closed peiweichen closed 9 years ago

peiweichen commented 9 years ago

Add Swift support. Without #import <UIKit/UIKit.h>,Xcode would pop error “unknown type”with UIColor,UIImage,CGFloat and so on. This happens when dragging the whole CLImageEditor into project instead of using coacopods.

yackle commented 9 years ago

Merged, thanks!