摘要: 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 ... 阅读全文
posted @ 2013-10-12 22:56 ubersexual 阅读(751) 评论(0) 推荐(0) 编辑