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

[Question] Delegates #14

Open cs-victorlandeira opened 9 years ago

cs-victorlandeira commented 9 years ago

i Loved your work,

Beautiful Init and customization. I didn't see any delegate or callbacks from the SwiftPage itself, like didSelectButtonAtIndex or anything i could interact the Main controller holding SwiftPages instance and the pages created. How did you image this kind of communication?

Congratulations on your work.