Question

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?

Was it helpful?

Solution

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?

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top