Tre*_*zar 24 objective-c uialertview ios ios5
一个菜鸟问题.
我有一个提醒:
"alertMessage" = "This is my message: 1 2 3. And another one: 5 6 7";
Run Code Online (Sandbox Code Playgroud)
我正在展示:
NSString *asd = NSLocalizedString (@"alertMessage", @"");
NSString *alertTitle = NSLocalizedString (@"alertTitle", @"");
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:alertTitle message:asd delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil, nil];
Run Code Online (Sandbox Code Playgroud)
我如何实现换行,以便"另一个:"从第二行开始.
谢谢!
| 归档时间: |
|
| 查看次数: |
14148 次 |
| 最近记录: |