05 2015 档案

摘要:UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];//button的类型 button.frame = CGRectMake(100, 100,90, 90);//button的frame button.ba... 阅读全文
posted @ 2015-05-11 15:38 Nonato 阅读(408) 评论(0) 推荐(0)
摘要:1.AFNetworking地址:https://github.com/AFNetworking/AFNetworking用于网络请求2.JSONKit地址:https://github.com/johnezang/JSONKit解析JSON3.Reachability地址:https://gith... 阅读全文
posted @ 2015-05-02 13:37 Nonato 阅读(560) 评论(0) 推荐(0)