摘要:
可能,很多开发IOS程序的遇到过在模拟器里,加载图片都是正常的,但是在真机里就会出现图片资源不能加载的问题。其中一种原因是,在Simulator里面,例如:图片资源名称为:a.PNG,在代码你里,你引用的是a.png,这样的代码,在Simulator中 运行完全不会有问题,但是到真机里面,你就会发现... 阅读全文
posted @ 2016-01-01 20:09
OIMMZC
阅读(251)
评论(0)
推荐(0)
摘要:
//下细线 UIView *bottomClipView = [[UIView alloc] initWithFrame:CGRectMake(0, CGRectGetMaxY(ruleLabel.frame), CGRectGetWidth(_bottomBgView.frame), 0.5)... 阅读全文
posted @ 2016-01-01 14:20
OIMMZC
阅读(176)
评论(0)
推荐(0)
摘要:
/利用正则表达式验证邮箱+(BOOL)isValidateEmail:(NSString*)email{NSString*emailRegex=@"[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,4}";NSPredicate*emailTest=[NSP... 阅读全文
posted @ 2016-01-01 14:03
OIMMZC
阅读(242)
评论(0)
推荐(0)
浙公网安备 33010602011771号