@interface ViewController () /** 图片视图*/ @property(nonatomic,weak) UIImageView * imageView;…
有的时候 app的启动页会一闪而过,如果想让启动页画面停留一会再启动应用 可以使用如下方式 在AppDelegate的方法 – (BOOL)application:(U…
#import "ViewController.h" #import "AFNetworking.h" @interface ViewCon…
UIButton *temp = [UIButton buttonWithType:UIButtonTypeRoundedRect]; [temp setTitle:@“test”…
// //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常用方法 //—————————————————————————————————————————————————————————————————————————————…
引用http://www.cocoachina.com/ios/20150122/10987.html