xcode 4.6 をインストールしましたが、アプリケーションをビルドできません (xcode 3.2 で動作します) :(
SEL sel = @selector(textField:didAddCellAtIndex:);
if ([self.delegate respondsToSelector:sel]) {
[self.delegate performSelector:sel withObject:self withObject: (id)_cellViews.count-1];
}
ヘルプ