// // sousuoViewCell.h // 搜索框 // // Created by 曙华软件 on 15/11/11. // Copyright © 2015年 曙华软件…
+ (instancetype)sharedInstance { static id sharedInstance = nil; static dispatch_once_t on…
- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request na…
- (BOOL)checkImageHasFace { BOOL hasFace = NO; CIImage *begingImage = [[CIImage alloc] ini…
IOS下计算日期时间间隔: //创建日期格式化对象 NSDateFormatter *dateFormatter=[[NSDateFormatter alloc] init]; […
//设置通知 //获取通知中心 NSNotificationCenter *nc = [NSNotificationCenter defaultCenter]; //通知中心 发送…
// // NextViewController.m // HXAandind // // Created by xushuanghui on 15-3-23. // Copyri…
- (NSString*) numberToMathString:(float) num { NSArray * array = [[NSString stringWithForm…
#import "ZJViewController.h" #import "ZjMusic.h" @interface ZJViewController ()<AVAudio…
NSDate *update = [[NSUserDefaults standardUserDefaults] objectForKey:APP_UPDATE_TIME]; CGF…
//设置通知 [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector (textField…