유투브 참고https://www.youtube.com/watch?v=KhqXUi1SF4sStackofFlow 참고http://stackoverflow.com/questions/30618172/how-to-send-data-back-by-popviewcontrolleranimated-for-swift 1. 자식뷰에게 프로토콜 생성을 하고 변수 delegate를 선언하여 여기에 값을 넣는다.2. 뷰모뷰에서 delegate = self로 하고 함수를 재정의(override)를 통해서 값을 받을수 있다. 프로토콜로 값을 주고 받으면 깔끔히 해결.지금 프로젝트를 진행하고 있어 정리를 나중에 해야겠다.