I'm putting together a quick slide show on the iPad thats always in landscape mode. The easiest way that I can think to do this is a storyboard with swipe gestures to segue between slides.

The problem is, I want the transition to slide in the direction of my swipe, but I only have "Cover Vertical" to work with. Is there any way to get a "Cover Horizontal" into Storyboard? Or perhaps some nifty code to hack it?

有帮助吗?

解决方案

http://blog.jimjh.com/a-short-tutorial-on-custom-storyboard-segues.html This is all I found... but didn’t get it working yet. Did you get it figured out?

其他提示

I don't think it's yet possible to do what you want, the options for the storyboards are quite limited at the moment.

I have done similar things in the past using a UIScrollView with paging enabled.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top