I am developing an e-Commerce mobile application and I have a SWRevealViewController implemented to get a Slide Out Menu. When a web service call is made, I get a JSOn object containing categories and its sub categories. So, when I click a cell containing a category, I would like to to show its sub category cells by expanding.
How can I go about making this?
Thanks in advance