简体   繁体   English

如何在iPhone中滑动像页面折叠之类的照片库图像

[英]How to sliding photo gallery images like pagefolding in iphone

I am new to iphone developing. 我是iPhone开发的新手。 Can any body tell me that how can i scroll galley photos one by one image like a folding view. 任何人都可以告诉我,如何才能像折叠视图一样逐scroll galley photos

By folding view I mean the folding should work something like that for Flipboard app. 通过折叠视图,我的意思是折叠应类似于Flipboard应用程序的工作。 In contrast to what Flip-board does, the view changes by flipping the screen view from bottom to top (or vice versa), I want to create the similar screen view change but happening for right to left (or vice versa), where the image (in gallery) folds from the center to show the next image. Flip-board ,视图是通过将屏幕视图从底部翻转到顶部来进行更改的(反之亦然),我想创建类似的屏幕视图更改,但是发生的是从右向左(反之亦然)图像(在画廊中)从中心折叠以显示下一张图像。

Thanks 谢谢

You can create your own with animation. 您可以使用动画创建自己的动画。 Please check below URL 请检查以下URL

https://github.com/mpospese/MPFlipViewController https://github.com/mpospese/MPFlipViewController

For Flip Board : https://github.com/Reefaq/FlipView 对于翻转板: https : //github.com/Reefaq/FlipView

您可以检查此github代码,我已经在我的项目中实现了该代码,它的工作正常https://github.com/kejinlu/PagedFlowView

您应该将UIScroollView与UIPageController一起使用我使用了代码对我来说是有用的:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iPhone显示照片/图像滑动(如照片库和Facebook应用程序)? - iPhone show photos/images sliding (like photo library and Facebook app)? 如何从数据库中检索图像路径并以缩略图的形式显示图像路径,如iPhone中的相册 - How to retrieve images path from database and display images path in thumbnail like photo gallery in iphone 如何在iPhone应用程序中将图像集保存到相册 - How to save set of images to photo gallery in iphone app 如何创建iPhone相册的“电子邮件照片,彩信,分配给联系人..”(如滑动视图)? - How to create an iPhone Album's “email photo, MMS, Assign To Contact..” like sliding view? 集成照片库+ iPhone - Integrate Photo Gallery + iPhone 动画,就像从iPhone照片库中删除一样 - Animation, like when you delete from iPhone Photo Gallery 将触摸事件获取到特定区域,例如iPhone中的照片库 - Get the touch event to a specific area like photo gallery in iphone 在 iphone 中制作照片库 - To make an photo gallery in iphone 检查是否可以访问照片库 - Check Photo gallery is accessible or not iphone 如何在iPhone的照片库中手动添加Auido文件 - How to manually add auido files in photo gallery in iphone
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM