随笔分类 -  iOS小的知识点集合

摘要:搜集的常用第三方库一:网络请求库 1.AFNetworking github地址:https://github.com/AFNetworking/AFNetworking 2.ASIHttpRequest github地址:https://github.com/pokeb/asi-http-requ... 阅读全文
posted @ 2015-05-25 22:58 千年幻想乡丶 阅读(327) 评论(0) 推荐(0)
摘要:// button.titleLabel.textAlignment = NSTextAlignmentLeft; 这句无效 button.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft; ... 阅读全文
posted @ 2015-05-21 18:19 千年幻想乡丶 阅读(730) 评论(0) 推荐(0)