摘要:
- (void)restoreRootViewController:(UIViewController *)rootViewController{ typedef void (^Animation)(void); UIWindow* window = self.window; ... 阅读全文
摘要:
+ (UIImage *)getFirstFrameOfVideoWithVideoURL:(NSURL *)videoURL{ AVURLAsset *asset = [[AVURLAsset alloc] initWithURL:videoURL options:nil]; NSPa... 阅读全文
摘要:
+ (BOOL)checkIDCard:(NSString *)sPaperId { //判断位数 if (sPaperId.length != 15 && sPaperId.length != 18) { return NO; } NSString *cari... 阅读全文