摘要: 在开发ios8中大家会发现系统自带的分割线前面会有15个像素的空余,那么怎么才能像以前一样的,我看到别人的博客有提到首先在viewdidload中设置好你的系统分割线,然后加上如下代码listView=[[UITableView alloc] initWithFrame:CGRectMake(0, ... 阅读全文
posted @ 2015-04-10 11:09 土豪YY 阅读(466) 评论(0) 推荐(0) 编辑
摘要: #pragma mark - 正则表达式- (BOOL)isMobileNumber:(NSString *)mobileNum{ /** * 手机号码 * 移动:134[0-8],135,136,137,138,139,150,151,157,158,159,182,187,188 * 联... 阅读全文
posted @ 2015-04-10 09:57 土豪YY 阅读(184) 评论(0) 推荐(0) 编辑