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.