Search Unity

List View with Drag and Drop Re-Ordering plus Swipe Left and Right

Discussion in 'UGUI & TextMesh Pro' started by epit, May 14, 2015.

  1. epit

    epit

    Joined:
    Oct 2, 2012
    Posts:
    32
    We have an IOS app that we want to make cross platform. The sticking point is our reliance on Apple's UITableView class that allows for easy reordering of rows in a table via drag and drop, as well as available libraries that also allow us to swipe a table row right or left to show additional options.

    There doesn't appear to be anything like this currently for Unity... I was wondering if anyone is aware of a solution since I am not able to find one.... Writing this from scratch will be no easy task.... Thanks in advance for any help or advice