The IGGridView has a few different options for allowing you to slide a row and reveal a menu . However, what if you're not using a row based grid, and instead have a cell based grid, maybe something like this: A sliding row gesture wouldn't really work there. But instead of using a context menu, it'd be pretty awesome to be able to slide a single cell out of the way and display a menu. So... how hard is this going to be? Well, actually its pretty simple. We just need to create a custom...(read more)
↧