ios列表显示:跳转到商品 跳转到网页

ios列表显示:跳转到商品 跳转到网页

ID:9183979

大小:495.00 KB

页数:11页

时间:2018-04-20

ios列表显示:跳转到商品 跳转到网页_第1页
ios列表显示:跳转到商品 跳转到网页_第2页
ios列表显示:跳转到商品 跳转到网页_第3页
ios列表显示:跳转到商品 跳转到网页_第4页
ios列表显示:跳转到商品 跳转到网页_第5页
资源描述:

《ios列表显示:跳转到商品 跳转到网页》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库

1、班级:计算机1302姓名:吴秀文学号:8《iOS实验报告》实验一:Proj1WXW1、新建五个类WXWRootNavigationController:UINavigationControllerWXWFirstTableViewController:UITableViewControllerWXWWebViewController:UIViewControllerWXWGoodsController:UITableViewControllerWXWGoodsDetailCon

2、troller:UIViewController2、WXWFirstTableViewController.m文件#import"WXWWebViewController.h"#import"WXWGoodsController.h"-11-班级:计算机1302姓名:吴秀文学号:8@interfaceWXWFirstTableViewController()@property(nonatomic,strong)NSArray*array;@end@implementationWXWFirstTableViewCon

3、troller-(void)viewDidLoad{[superviewDidLoad];self.tableView.tableFooterView=[[UIViewalloc]init];_array=@[@"查看网页",@"商品分类"];}-(NSInteger)numberOfSectionsInTableView:(UITableView*)tableView{return1;}-(NSInteger)tableView:(UITableView*)tableViewnumberOfRowsInSecti

4、on:(NSInteger)section{return2;}-(CGFloat)tableView:(UITableView*)tableViewheightForRowAtIndexPath:(NSIndexPath*)indexPath{return80;}-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath{UITableViewCell*cell=[[UITable

5、ViewCellalloc]initWithStyle:UITableViewCellStyleDefaultreuseIdentifier:nil];cell.accessoryType=UITableViewCellAccessoryDisclosureIndicator;cell.textLabel.text=_array[indexPath.row];returncell;}-(void)tableView:(UITableView*)tableViewdidSelectRowAtIndexPath:(NS

6、IndexPath*)indexPath{UIViewController*nextViewController;if(indexPath.row==0){nextViewController=[[WXWWebViewControlleralloc]init];[self.navigationControllerpushViewController:nextViewControlleranimated:NO];}if(indexPath.row==1){nextViewController=[[WXWGoodsCo

7、ntrolleralloc]init];[self.navigationControllerpushViewController:nextViewController-11-班级:计算机1302姓名:吴秀文学号:8animated:NO];}}2、WXWWebViewController.h文件@propertyNSURLRequest*request;3、WXWWebViewController.m文件-(void)viewDidLoad{[superviewDidLoad];UIWebView*webView=

8、[[UIWebViewalloc]initWithFrame:CGRectMake(0,0,self.view.frame.size.width,self.view.frame.size.height)];self.request=[NSURLRequestrequestWithURL:[NSURLURLWithString:@"http://www.tma

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。