我试图将一些类别的方法导入我的Swift文件,没有任何运气.
原文链接:https://www.f2er.com/swift/319809.htmlIOS桥接-Header.h:
#import "UIColor+Hex.h"
UIColor Hex.h
#import <UIKit/UIKit.h> @interface UIColor (Hex) + (UIColor *)colorWithHex:(NSUInteger)hexInt; + (UIColor *)colorWithHexString:(NSString *)hexString; @end
我希望自动完成显示UIColor(hexInt:NSUInteger)和UIColor(hexString:String)