Question
How to override virtual functions of a SwipeContainer?
I know how to ooverride a virtual function of a button callback for example. I would like to override the virtual method handleDragEvent. I have a mainScreen that contains SwipeContainer. How do I override virtual function of a swipeContainer. Where (in what file) shoud i do it and how?
