Closed peiweichen closed 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.
#import <UIKit/UIKit.h>
Merged, thanks!
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.