如何在我的ViewController中使用appDelegate中声明的字符串?

时间:2011-11-29 07:33:32

标签: iphone ios nsstring

假设我在appDelegate中声明了NSString,我想在我的ViewController中使用该字符串。我如何在我的ViewController中使用该字符串?

1 个答案:

答案 0 :(得分:0)

((appDelegate *)[UIApplication sharedApplication].delegate).myString;