摘要:
1.新建一个single view application2.打开 Info.plist,删除里面的 Launch screen interface file....以及 Main storyboard file base name...3.删除Main.storyboard以及LaunchScr... 阅读全文
摘要:
+ (BOOL)isBetweenFromHour:(NSInteger)fromHour toHour:(NSInteger)toHour{ NSDate *dateFromHour = [self getCustomDateWithHour:fromHour]; NSDate *da... 阅读全文
摘要:
// 中国移动:China Mobile#define ChinaMobile @"^13[4-9]\\d{8}$|^15[012789]\\d{8}$|^18[23478]\\d{8}$|^147\\d{8}$"// 中国联通:China Unicom#define ChinaUnicom @"^... 阅读全文