How do I display a new data entry view when the + button is tapped in a Master-Detail app? How would the newly displayed view return 2 strings back to the Master-Detail?
The main view has a UITableView
Each cell holds 2 strings. Main text and a subtitle.
Your answer is not clear, but let me try
first push/modal your new view.
and then use delegate to pass data back.
use below link for delegate tutorial.