我正在使用带有图像视图的指示器,并且我将此图像视图添加到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];
提前致谢。