摘要:
1 //相应地方添加成员变量2 plView = [[PLView alloc] initWithFrame:self.view.frame];3 plView.delegate=self;4 [self.view addSubview:plView];5 [self.view sendSubviewToBack:plView];//送到最里端 1 -(void)selectPanorama:(NSInteger)index 2 { 3 NSObject *panorama = nil; 4 //Spherical2 panorama example (supports up ... 阅读全文