0

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.

Cocoa Dev
  • 9,361
  • 31
  • 109
  • 177

1 Answers1

1

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.

dismissModalViewController AND pass data back

Community
  • 1
  • 1
cnu
  • 815
  • 10
  • 22