I want to make swipe effect on a UITableView when we call function reloadData.
Actually there is list of categories on the top of page when I click any of those category button its content loaded in the page and its working fine. But now I want to make a slide effect there. If User click on button product should be loaded having left to right/right to left slide effect.
Please help me how to do this.