GabrielAlva / SwiftPages

A swift implementation of a swipe between pages layout, just like Instagram's toggle between views.
Other
647 stars 91 forks source link

New initialization methods #32

Closed victorg1991 closed 8 years ago

victorg1991 commented 8 years ago

I have added some initialization options:

andres-ciano-umewin commented 8 years ago

👍 would be great to being able to use custom storyboards other than "Main"

GabrielAlva commented 8 years ago

Hi, Victor sorry for the late response, thanks for your pull request, I'll check it this weekend!

GabrielAlva commented 8 years ago

Andres, you could use it on another storyboard or on an XIB file

victorg1991 commented 8 years ago

Thanks Gabriel,

I hope you like it 😀

andres-ciano-umewin commented 8 years ago

@GabrielAlva Yeah, I tried, but the module always loads the VCs from "Main"... That's why I found this PR to be a great addition ;)

Something I missed?