摘要: http://www.th7.cn/Program/IOS/201407/250904.shtml 阅读全文
posted @ 2016-01-22 17:59 yhj1787354782 阅读(119) 评论(0) 推荐(0)
摘要: 在代码中使用Autolayout时,大家都会使用NSDictionaryOfVariableBindings这个宏,这个宏可以生成一个变量名到变量值映射的Dictionary。比如NSDictionaryOfVariableBindings(button1, button2)将会生成一个{ @"bu... 阅读全文
posted @ 2016-01-22 17:18 yhj1787354782 阅读(396) 评论(0) 推荐(0)
摘要: 常规AFN网络访问AFHTTPRequestOperationManager *manager=[AFHTTPRequestOperationManager manager];所有的网络请求,均有manager发起默认提交的数据是二进制,返回格式是JSON[1] 如果提交数据是JSON,需要请请求格... 阅读全文
posted @ 2016-01-22 16:59 yhj1787354782 阅读(110) 评论(0) 推荐(0)