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

Parsing data to ViewController #48

Open d4rkm1nd54 opened 6 years ago

d4rkm1nd54 commented 6 years ago

Hi! is it possible to send data to the controller when you load it? I just want to reuse the same view for all buttons, and just load the data with the filter sent before loading it.

Thanks in advance!!