There is 2 ways to do this.
- Delegate/Protocol
- NotificationCenter
Delegate is perfect to pass value from Details to List, because delegate is used to 1 to 1 message passing, and NotificationCenter is used for broadcasting.
Here you can get example of it.
Pass data back to previous viewcontroller