Swipe Layout

  • Description

      Swipe Layout

      Components with Swipe Layout allow us to use the events of swiping in the vertical and horizontal layouts. Both allows us to organize other components, that is to say, they work exactly the same as the horizontal and the vertical layouts but with the events.

  • Events

    • On down swipe
    • This event is executed when the user slides his finger at down.
    • On up swipe
    • This event is executed when the user slides his finger at up.
    • On left swipe
    • This event is executed when the user slides his finger at left.
    • On right swipe
    • This event is executed when the user slides his finger at right.