CAEmitterLayer *emitter = [CAEmitterLayer layer]; emitter…
1.请求json数据,使用AFHTTPRequestOperation完成 NSString *str=[NSString stringWithFormat:@"http…
// // ViewController.m // LocationDemo // // Created by LaughingZhong on 14/11/12. // Copy…
// //1、json转换成对象 // NSString * path = [[NSBundle mainBundle] pathForResource:@"test.j…
头文件————————————————————————————— @interface JRUploadRequest : NSMutableURLRequest //初始化方法 …
// 使用第三方类库JSONKit // NSString * path = [[NSBundle mainBundle] pathForResource:@"test.…
#import "Reachability.h" @interface JRViewController ()<UIActionSheetDelegate…
@interface ViewController () @property (nonatomic, strong) NSMutableArray * array; @proper…
@interface IWViewController () @end @implementation IWViewController - (void)viewDidLoad {…
// GCD常用方法 //—————————————————————————————————————————————————————————————————————————————…
#import "ViewController.h" #import "Video.h" @interface ViewController…
1. Locale 设置DatePicker的地区,即设置DatePicker显示的语言。 // 1.跟踪所有可用的地区,取出想要的地区 NSL…