02 2016 档案

摘要:/load user image - (void)UesrImageClicked { UIActionSheet *sheet; // 判断是否支持相机 if([UIImagePickerController isSourceTypeAvailable:UIImagePickerControlle 阅读全文
posted @ 2016-02-25 19:11 木易的博客 阅读(14501) 评论(0) 推荐(0)
摘要:CATransition *transition = [CATransition animation]; transition.duration = 1.0f; transition.timingFunction = [CAMediaTimingFunction functionWithName:k 阅读全文
posted @ 2016-02-25 19:09 木易的博客 阅读(748) 评论(0) 推荐(0)
摘要:1.快速配置表格,不需要写很多item https://github.com/escoz/quickdialog https://github.com/migueldeicaza/MonoTouch.Dialog http://escoz.com/open-source/quickdialog 2. 阅读全文
posted @ 2016-02-17 11:41 木易的博客 阅读(506) 评论(0) 推荐(0)
摘要:1.AFNetworking地址:https://github.com/AFNetworking/AFNetworking用于网络请求 2.JSONKit地址:https://github.com/johnezang/JSONKit解析JSON 3.Reachability地址:https://gi 阅读全文
posted @ 2016-02-17 11:40 木易的博客 阅读(172) 评论(0) 推荐(0)