Combining multiple projects....
Hi Guys,
I did search for an answer to this but did not find anything to help me, wondering if you can help me out?
1) I have created a simple View based application that has one XIB that contains a UITableView, a data source, plist, one H and one M file etc. This little project works fine and I now I want to move it into my main application.
2) The main application is a UITabBarController as the rootController with multiple tabs all pointing to multiple XIBs and respective H & M files.
I have imported/copied over the files and 1 into 2 and changed the view controller and nib links in the Tab Bar to point to the newly imported files but it does not work.
I also tried to re-write from scratch project 1 inside project 2 but it also bombed. I think this has something to do with project 1 being a view based app and not able to work in project 2 but I know its just me.
For reference, I am using the Apress beginning iPhone 3 Dev and am on chapter 9 working with grouped tables and simply trying to import my work into my tab bar app.....I know its something simple but what is it?
Any help much appreciated.
Thanks, Digs
|