08 2015 档案
摘要:int a = 1 << 0; // 1 0001 int b = 1 << 1; // 2 0010 int c = 1 << 2; // 4 0100 int d = 1 << 3; // 8 1000
阅读全文
摘要:此次app更新解决的问题 1.首页字体 2.订单取消的“取消按钮”,不能及时刷新数据 3.圈子控件 4.评价 5.积分 6.首页刷新 7.提交订单后只能点击“付款方式”或“再逛逛”
阅读全文
摘要:NSLog(@"%@",[AVSpeechSynthesisVoice speechVoices]); ( "[AVSpeechSynthesisVoice 0x165b55f0] Language: th-TH", "[AVSpeechSynthesisVoice 0x165b4d60] Language: pt-BR", "[AVSpeechSynth...
阅读全文
摘要:AVSpeechSynthesizer *syn = [[AVSpeechSynthesizer alloc]init]; AVSpeechUtterance *utter = [[AVSpeechUtterance alloc]initWithString:@"hello"]; [syn speakUtterance:utter];
阅读全文
摘要:[self.navigationController setNavigationBarHidden:YES animated:NO]; hidesBottomBarWhenPushed
阅读全文

浙公网安备 33010602011771号