摘要: 模拟器的位置: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs 文档安装位置: /Applications/Xcode.app/Contents/Develope 阅读全文
posted @ 2016-11-21 13:24 Jaycee麦子 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 1 /* 2 ** lineFrame: 虚线的 frame 3 ** length: 虚线中短线的宽度 4 ** spacing: 虚线中短线之间的间距 5 ** color: 虚线中短线的颜色 6 */ 7 + (UIView *)createDashedLineWithFrame:(CGRec 阅读全文
posted @ 2016-11-21 11:02 Jaycee麦子 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 1 //判断手机号码格式是否正确 2 + (BOOL)valiMobile:(NSString *)mobile{ 3 mobile = [mobile stringByReplacingOccurrencesOfString:@" " withString:@""]; 4 if (mobile.l 阅读全文
posted @ 2016-11-21 10:57 Jaycee麦子 阅读(1288) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 计算上次日期距离现在多久 3 * 4 * @param lastTime 上次日期(需要和格式对应) 5 * @param format1 上次日期格式 6 * @param currentTime 最近日期(需要和格式对应) 7 * @param format2 最近日期格式 阅读全文
posted @ 2016-11-21 10:55 Jaycee麦子 阅读(1812) 评论(0) 推荐(0) 编辑