문제

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