Closed mavieth closed 6 years ago
Hi @mavieth
The README.md file doesn't use an IBOutlet, so I would recommend checking that out (especially the Usage
section).
It should just work like that. The VerticalCardSwiper
is a subclass of a UIView
so you can treat it exactly like any other view when instantiating it.
Let me know if you experience any further issues with this.
Kind regards, Joni
edit: Closing this for now, feel free to reopen.
I have tried a few different methods, but do you have an entirely programmatic to load (and lazy load) and cardSwipe view controller?
Rather than
It would be something like
Thanks!