ios 中数组和字典的最新使用方法研究

来源:互联网 发布:修合无人见存心天地知 编辑:程序博客网 时间:2024/06/06 11:49
if (self.detailItem) {
        NSURL *detailURL;
        detailURL=[[NSURL alloc] initWithString:self.detailItem[@"url"]];
        [self.detailWebView loadRequest:[NSURLRequest requestWithURL:detailURL]];
        self.navigationItem.title = self.detailItem[@"name"];
        self.detailDescriptionLabel.hidden=YES;

    }


 NSLog(@"This is:%@",self.flowerData[indexPath.section]);
        
         NSLog(@"This is:%@",self.flowerData[indexPath.section][indexPath.row]);


0 0
原创粉丝点击