2011年9月26日

IOS POST 数据,包括文件 到服务器

摘要: // Upload a file on disk NSURL *url = [NSURL URLWithString:@"http://fox.xxx.cn/kids_file/js"]; ASIFormDataRequest *request = [ASIFormDataRequest req... 阅读全文

posted @ 2011-09-26 13:20 海南一哥 阅读(101) 评论(0) 推荐(0) 编辑

UIwebview 如何改User-Agent,让ipad uiwebview模拟iphone

摘要: NSMutableURLRequest *urlRequest = [[NSMutableURLRequest alloc] initWithURL: [NSURL URLWithString: @"http://dailynews.yahoo.co.jp/smartphone"]]; [url... 阅读全文

posted @ 2011-09-26 11:23 海南一哥 阅读(120) 评论(0) 推荐(0) 编辑

IOS 二张图片合并

摘要: -(UIImage *)addImage:(UIImage *)image1 toImage:(UIImage *)image2{ UIGraphicsBeginImageContext(image2.size); //Draw image2 [image2 drawIn... 阅读全文

posted @ 2011-09-26 09:37 海南一哥 阅读(155) 评论(0) 推荐(0) 编辑

导航