在Photoscroller示例中查看始终位于顶部的视图

时间:2011-12-01 11:31:40

标签: xcode ipad uiview ios4 uiviewcontroller

我会在每个缩放比例下都能看到uiview。

在PhotoViewController.m中的loadView方法中我尝试了以下内容:

    [self.view addSubview:test];
    [self.view bringSubviewToFront:test];    

......没有成功......

有人可以帮助我吗?

迎接,phil

1 个答案:

答案 0 :(得分:0)

据我所知,在缩放操作后调用了一个委托方法

- (void)scrollViewDidZoom:(UIScrollView *)scrollView {
//write the bringsubviewtofront code here
}

可能有效