摘要: 创建一个controller名为YKWebViewDemoViewController.h文件代码如下#import <UIKit/UIKit.h>@interface YKWebViewDemoViewController : UIViewController<UIWebViewDelegate>{ }@property (strong, nonatomic) UIWebView *webView;- (void)loadWebPageWithString:(NSString*)urlString;- (void)customAction1:(id)sender;- 阅读全文
posted @ 2012-04-11 18:45 Lee.Kevin 阅读(826) 评论(0) 推荐(0) 编辑