I have a tabviewcontroller and within that is a navigationcontroller and tableview. When i tap on one of the table rows I want a custom keyboard to pop up. (This will be some simple plus and minus buttons to increase/decrease a counter on the tablerow item)
I'm assuming I create a View Controller and add it as a subview but how do I add it so that it pops over the tab bar?
What would be the general steps to do this?