Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/40.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios UIImageView中的卷曲(滑动)效果_Ios_Iphone_Objective C_Uiimageview_Swipe - Fatal编程技术网

Ios UIImageView中的卷曲(滑动)效果

Ios UIImageView中的卷曲(滑动)效果,ios,iphone,objective-c,uiimageview,swipe,Ios,Iphone,Objective C,Uiimageview,Swipe,我正在制作一个有许多图像的应用程序。我正在使用UIImage view。我想在显示图像时添加卷曲或滑动效果。有可能吗 将UIImageView添加到Viewcontroller中,并将其作为子Viewcontroller添加到UIPageViewController中我建议您先用谷歌搜索这些问题,因为您的主题有很多可用信息。您可以查看以下链接以获取更多信息: 使用UIPageViewController执行此操作。请查看此链接

我正在制作一个有许多图像的应用程序。我正在使用UIImage view。我想在显示图像时添加卷曲或滑动效果。有可能吗

将UIImageView添加到Viewcontroller中,并将其作为子Viewcontroller添加到UIPageViewController中

我建议您先用谷歌搜索这些问题,因为您的主题有很多可用信息。您可以查看以下链接以获取更多信息:


使用
UIPageViewController
执行此操作。请查看此链接