摘要: .h文件声明方法#import@interface ZHTTPManager : NSObject+ (void)startAsynchourRequestWithUrlString:(NSString *)URLString params:(NSD... 阅读全文
posted @ 2014-06-10 13:50 苏糊 阅读(717) 评论(0) 推荐(0) 编辑
摘要: UIImageView *image= [[UIImageView alloc]init];image.layer.cornerRadius = 10.0;//如果想变圆形,设置这个值为宽度的一半image.layer.masksToBounds = YES; 阅读全文
posted @ 2014-06-10 13:43 苏糊 阅读(150) 评论(0) 推荐(0) 编辑