我有一个错误,我不知道如何修复它让我疯了。我已经搜索了很多解决方案,但没有发现任何有效的方法。
这是代码,您可以在图片中看到错误。 感谢
UIAlertView *alert = [[UIAlertView alloc]
initWithTitle:[NSString stringWithUTF8String:title]
message:[NSString stringWithUTF8String:body]
delegate:nil
cancleButtonTitle:[NSString stringWithUTF8String:cancleLable]
otherButtonTitles:[NSString stringWithUTF8String:firstLable],
[NSString stringWithUTF8String:secondLable], nil];
[alert show];