我导入了Beautify
,但是当我尝试这个时:
BYBorder* border = [[BYBorder alloc] initWithColor:[UIColor whiteColor] width:0.0 radius:5.0];
我收到此错误:
Instance method '-initWithColor:width:radius:' not found (return type defaults to 'id')
知道问题是什么以及如何修复它?
答案 0 :(得分:0)
请务必导入#import <Beautify/Beautify.h>
,而不仅仅是Beautify
,同时请务必致电[[BYBeautify instance] activate];