Hi guys,
I have what seems to be a very simple issue but can't figure out a way for the life of me. Ok here is what I'm dealing with.
I have a firstviewcontroller with navigationbar at the top and uitableview underneath. Also have an add button on the right hand corer. when that is tapped a new view (secondviewcontroller) will be modally presented from the bottom. In that view I have a navigation bar at the top. with cancel button the left and a save button on the right.
Underneath I have a sectioned uitableview with labels "start" and "Finish". Underneath that I have a uidatepicker. When a cell is selected in my secondviewcontroller and then the time changes that will change the detailed text of the cell.
Now when the user taps the save button I need to tell my firstviewcontroller to show the data from secondveiwcontroller's table. I have no idea what to do. Please feel free to download my project and have a look if you are interested to help me out.
http://burnedcodes.com/wp-content/up...otherSheet.zip
I have tried stack overflow with no luck. ANY HELP IS APPRECIATED.