i want to add a drop down list For e.g: I need two menus like chats and soups.
In chat i have to display some chat items similarly in soup items i need to display some soup items.
While selecting the chat menu, the soup menu items should hidden and soup menu bar to be pushed down displayed with an right arrow similarly when i select soup menu chat menu items should hidden and chat menu bar to be pushed up with a right arrow. How can i add this in using UITableView ..

I have used the subtable master which acts as drop down in table view itself.attached link below
https://github.com/ajkoshy7/SubTable