摘要:
AVSpeechSynthesizer *syn = [[AVSpeechSynthesizer alloc]init]; AVSpeechUtterance *utter = [[AVSpeechUtterance alloc]initWithString:@"hello"]; [syn speakUtterance:utter]; 阅读全文
posted @ 2015-08-01 16:40
Emyin
阅读(133)
评论(0)
推荐(0)
摘要:
[self.navigationController setNavigationBarHidden:YES animated:NO]; hidesBottomBarWhenPushed 阅读全文
posted @ 2015-08-01 14:01
Emyin
阅读(118)
评论(0)
推荐(0)
摘要:
输出helloWorld 阅读全文
posted @ 2015-08-01 12:03
Emyin
阅读(172)
评论(0)
推荐(0)