Beautify - 实例方法'-initWithColor:width:radius:'not found(返回类型默认为'id')

时间:2015-03-04 15:18:38

标签: ios beautify-ios

我导入了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')

知道问题是什么以及如何修复它?

1 个答案:

答案 0 :(得分:0)

请务必导入#import <Beautify/Beautify.h>,而不仅仅是Beautify,同时请务必致电[[BYBeautify instance] activate];