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