摘要: 1 #import "HXCActivity.h" 2 #define Activity_WIDTH 40.f 3 #define Activity_HEIGHT 40.f 4 5 static UIWebView *_gifView; 6 static UIWindow *window; 7 static UIView *showview; 8 @interface HXCA... 阅读全文
posted @ 2017-02-22 13:51 福泽小院 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: @是一种简便写法 1. 6不是一个对象,加个@6会转化成对象,等同于[NSNumber numberWithInt:5], 2.@[@"1",@"2",@"3"],代表数组 3.@{@"key":@"1"},代表字典 字典的另一种写法:(装逼的写法,post请求的时候来使用) 阅读全文
posted @ 2017-02-22 10:07 福泽小院 阅读(236) 评论(0) 推荐(0) 编辑