i am severely struggling with what seems like such a very simple thing: passing data from modal view to its parent. I have tried countless ways and to my surprise there is not much online and nothing seems to match what i'm trying to do. I'm using storyboards and most examples out there do not use seques/storyboards.
If anyone could possibly provide some sample code for me i would tremendously appreciate it!
I have a static table view controller with a custom cell. Within the cell I have a label. I want to tap on the cell the present the modal view with a textview in it. Type data into the text view, then hit a save/done button to dismiss the modal view and have that data appear on my UILabel in my cell.
I know it must sound very simple and there are many questions on here about it but nothing does this very thing. Some sample code would be so appreciated. I'm completely stuck on building my app and can't go any further until i get this!