摘要: // 返回一个可拉伸的图片 // UIImage的分类+ (UIImage *)resizedImage:(NSString *)name{ UIImage *image = [self imageWithName:name]; return [image stretchableImageWithLeftCapWidth:image.size.width * 0.5 topCapHeight:image.size.height * 0.5];} 阅读全文
posted @ 2014-01-15 11:34 TianXiang.Liu 阅读(147) 评论(0) 推荐(0) 编辑
摘要: init和initialize 阅读全文
posted @ 2014-01-15 11:30 TianXiang.Liu 阅读(1291) 评论(0) 推荐(2) 编辑
摘要: post请求 阅读全文
posted @ 2014-01-15 11:10 TianXiang.Liu 阅读(175) 评论(0) 推荐(0) 编辑