Hi everybody,
WARNING: Xcode and programming newbie alert!
Has anyone here had an issue with combining drill-down table functionality with tab bar views? Basically I set up a Tab Bar project in Xcode, and after following
this tutorial (up to Figure 6) to get the first table view in, I followed
this one to get a second-level table appearing when each top-level table view row is tapped. I have done each one separately and know they both work; however when combined I get the top-level table appearing, and I can touch it to make the rows go blue, but it doesn't go to the second-level table view.
I'm hoping there's a fix to this... let me know what code you need to see and I'll gladly post it.
Many thanks!