摘要: 真机调试的步骤:1.注册成为苹果开发者(99$)2.登陆苹果开发者主页https://developer.apple.com/membercenter/index.action3.点击Certificates, Identifiers & Profiles4.点击Certificates>点击左上角... 阅读全文
posted @ 2016-01-06 14:33 iso 阅读(631) 评论(0) 推荐(0) 编辑
摘要: *************application- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ // 1.创建窗口 ... 阅读全文
posted @ 2015-09-22 10:28 iso 阅读(264) 评论(0) 推荐(0) 编辑
摘要: *********版本新特性#import "HWNewfeatureViewController.h"#import "HWTabBarViewController.h"#define HWNewfeatureCount 4@interface HWNewfeatureViewController... 阅读全文
posted @ 2015-09-22 10:04 iso 阅读(218) 评论(0) 推荐(0) 编辑
摘要: ********HWDiscoverViewController.m(发现)- (void)viewDidLoad{ [super viewDidLoad]; // 创建搜索框对象 HWSearchBar *searchBar = [HWSearchBar searchBa... 阅读全文
posted @ 2015-09-18 10:45 iso 阅读(1331) 评论(0) 推荐(0) 编辑
摘要: *************HWAppDelegate.m- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ // 1.创建窗口... 阅读全文
posted @ 2015-09-17 11:40 iso 阅读(310) 评论(0) 推荐(0) 编辑
摘要: ***************#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) 编辑