I'm building a segmented control xib that manages 3 things. A search tableView, a tableView, and a PickerView.
They are all in the same view, but 2 are set to hide while one is set to hide = FALSE.
The data in each is meant to come from the same place, a plist, but when I try to set it up, it crashes. Is it possible to create a page like this with multiple controllers and datasources and delegates? How would I set up the .m file?
I'm rebuilding right now, so I can post some code later, but this is my third attempt, and some guidance would be appreciated.
Thanks
They are all in the same view, but 2 are set to hide while one is set to hide = FALSE.
The data in each is meant to come from the same place, a plist, but when I try to set it up, it crashes. Is it possible to create a page like this with multiple controllers and datasources and delegates? How would I set up the .m file?
I'm rebuilding right now, so I can post some code later, but this is my third attempt, and some guidance would be appreciated.
Thanks