UIImageView根据UiScrollView滚动

时间:2014-09-10 06:02:45

标签: ios objective-c uiscrollview uiimageview

我正在使用带有图像视图的指示器,并且我将此图像视图添加到scrollview,每当我向上滚动图像视图不在中心时。

    imageView = [[UIImageView alloc]initwithframe:CGRectmake(130,222,60,60)];
    imageView.animationImages = [LYTThemeCreator getIndicatorGifImagesArray];
    imageView.animationDuration = 2.5;
    imageView.center = _UIScrollView.center;
    [_UIScrollView addSubview:imageView];

提前致谢。

0 个答案:

没有答案