Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.