摘要: ***************#import "HMViewController.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoa... 阅读全文
posted @ 2015-09-15 10:08 iso 阅读(261) 评论(0) 推荐(0) 编辑
摘要: ***********#import "HMViewController.h"@interface HMViewController () @end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoad];... 阅读全文
posted @ 2015-09-15 10:04 iso 阅读(211) 评论(0) 推荐(0) 编辑
摘要: ************#import "HMViewController.h"@interface HMViewController () @property (nonatomic, weak) UIActivityIndicatorView *loadingView;@end@implement... 阅读全文
posted @ 2015-09-15 10:00 iso 阅读(275) 评论(0) 推荐(0) 编辑
摘要: ********#import "HMViewController.h"@interface HMViewController () @end@implementation HMViewController/** test.html存在于服务器,里面的html和js代码,我们是无法修改的 如果tes... 阅读全文
posted @ 2015-09-15 09:57 iso 阅读(254) 评论(0) 推荐(0) 编辑
摘要: ****02-ASI01-基本使用(了解)03-ASI02-其他用法(了解)04-ASI03-POST请求(了解)05-ASI04-文件下载(了解)06-ASI05-文件上传(了解)07-UIWebView01-基本使用(了解)08-网页开发学习#import "HMViewController.h... 阅读全文
posted @ 2015-09-15 09:53 iso 阅读(181) 评论(0) 推荐(0) 编辑
摘要: *******#import "HMViewController.h"#import "AFNetworking.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLoad{ [... 阅读全文
posted @ 2015-09-15 09:50 iso 阅读(172) 评论(0) 推荐(0) 编辑
摘要: **************#import "HMViewController.h"#import "AFNetworking.h"@interface HMViewController () @property (weak, nonatomic) IBOutlet UIImageView *ima... 阅读全文
posted @ 2015-09-15 09:48 iso 阅读(451) 评论(0) 推荐(0) 编辑