nishimao / MAOFlipViewController

This is the OSS that provide interacition transition like FlipBoard.
MIT License
198 stars 23 forks source link

Any way to implement this library without StoryBoard? #10

Open davegomez opened 10 years ago

davegomez commented 10 years ago

Hello! I'm trying to use this library in my SpriteKit project (interactive children's book) but I'm not using any storyboard and all my controllers are descendants from SKScene.

Do you think there is a way I can use this library in my project?