使用AppCode 2.1对UTextAlignmentLeft进行伪造(或不?)警告

时间:2013-06-21 20:52:41

标签: objective-c appcode

从2.1开始,我收到了这个警告

enter image description here

参考这个ctor方法时:

enter image description here

我疲惫的眼睛告诉我,我不应该得到这个警告,但......唉,对象仍然很新。我在这里遗漏了一些基本的东西吗?

1 个答案:

答案 0 :(得分:1)

请在AppCode跟踪器中创建一个问题并提供详细信息 - “textMenuItemWithText”方法和SDK版本的声明。我们无法在这种情况下重现它:

- (void)bar:(UITextAlignment)alignment {
}

-(void)foo {
    [self bar:UITextAlignmentLeft];
}