1

我想为currentItemView添加缩放功能。我试图创建一个滚动视图并将其添加为数据源方法中视图的子视图。但是没有运气。

如果有人有一个例子并愿意分享它,请这样做。或者至少一些适当的步骤才能成功。谢谢。

4

1 回答 1

0
  1. Add an GestureRecognizer to the View.
  2. First of All Add an UIImageView to the View which is of same size as the Icarousel images.
  3. Then Add that UIImageView into the ScrollView now you can ZOOM the UIImageView you have created.
  4. AfterWards add the respective code in Icarousel DidBegin Scroll method to hide the UIImageView. Since I'm not having that much time, but i have an example for you in GitHub for showing an example of Presenting an Animation with Icarousel, you can find it Here :)
于 2014-01-02T13:27:32.063 回答