11 2015 档案
摘要:#import "LCTwoCodeImage.h"@implementation LCTwoCodeImage+(UIImage *) GotoCreatMyTwoCode :(NSString *) string { //通过传入的字符串来创建二维码初始图层渲染 CIImage * firs...
阅读全文
摘要:RegexKitLite 这个第三方库可用验证正则 // 一 .电话号码正则表达式 -(BOOL)testPhoneNumber:(NSString *)text { // #define phoneMatchingText @"^1[3-9][0-9]\\d{4,8}$" // @"[1][3-9
阅读全文