I`m trying to pass multiple data from a pickeView to a tableView.
I was able to send the complete message out of the pickerView to a Label on my DetailView.
Now i would like to send this message to a tableView and store it there.
So every time i send new data it is supposed to go to a new cell until i hit the erase button.
I`m using an NSString *transfer; to get the data to the DetailView following the segue.
Any Ideas? Am using X-Code 4.6 Objective C.
THX
OKEY. I did figure out how to transfer the message to the DetailView. But one question remains. HOW DO i SAVE THE ENTIRE TABLE TO DELEGATE?