嘿我编码使用theos,我想NSString的值显示在UIAlertView下面的字段内,我将如何去写呢?这就是:在UIAlertView中调用NSString?
UIAlertView *quickreply = [[UIAlertView alloc] initWithTitle:@"%@" message:@"%@" delegate:self cancelButtonTitle:@"Close" otherButtonTitles:@"Reply", nil];
我已经试过了引号后写,NSStringID但它给错误的整个UIAlertView中,所以IDK的如何,我应该代码时,我应该用括号以上引号内的引号,还是括号“或者什么?
请帮助
这是什么MSGambel建议,但我认为只是设置他们没有@“”,只是NSString ID会起作用,例如 'initWithTitle:sender message:message'我还没有能够测试它 – iGamers