2015年7月8日

IOS 字符串 开头添加空格

摘要: \u3000\u3000 阅读全文

posted @ 2015-07-08 16:02 大木哥 阅读(1062) 评论(0) 推荐(0) 编辑

IOS 定时器

摘要: -(void)initTimer{ //时间间隔 NSTimeInterval timeInterval = 1.0 ; //定时器 NSTimer *showTimer = [NSTimer scheduledTimerWithTimeInterval:timeInterval target:se 阅读全文

posted @ 2015-07-08 15:03 大木哥 阅读(286) 评论(0) 推荐(0) 编辑

IOS 播放音频

摘要: -(void) playSound{ NSString *path = [[NSBundle mainBundle] pathForResource:@"in" ofType:@"caf"]; if (path) { //注册声音到系统 AudioServic... 阅读全文

posted @ 2015-07-08 09:47 大木哥 阅读(245) 评论(0) 推荐(0) 编辑

导航