摘要: 调用一次计时器方法: [cpp] view plain copy myTimer = [NSTimer scheduledTimerWithTimeInterval:1.5 target:self selector:@selector(scrollTimer) userInfo:nil repeat 阅读全文
posted @ 2016-04-12 13:51 丑蛋蛋 阅读(267) 评论(0) 推荐(0)
摘要: +(BOOL) isValidateMobile:(NSString *)mobile{ //手机号以13, 15,18开头,八个 \d 数字字符 NSString *phoneRegex = @"^((13[0-9])|(15[^4,\\D])|(18[0,0-9]))\\d{8}$"; NSPr 阅读全文
posted @ 2016-04-12 11:02 丑蛋蛋 阅读(234) 评论(0) 推荐(0)