---
title: "How to pass data from a child view to a parent view"  
description: "How to pass data from a child view to a parent view"  
author: "Tarun Kumar"  
published: 2015-09-17  
updated: 2015-09-18  
canonical: https://www.mindstick.com/forum/33462/how-to-pass-data-from-a-child-view-to-a-parent-view  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# How to pass data from a child view to a parent view

I [am unable](https://answers.mindstick.com/qa/95314/how-do-i-access-a-group-link-in-telegram-if-i-am-unable-to-access-the-link) to [pass data](https://www.mindstick.com/forum/351/how-to-pass-data-from-controller-to-ascx-page) from a Child [View](https://yourviews.mindstick.com/view/84701/layoffs-in-google-india-2023-view) back to its [Parent](https://www.mindstick.com/blog/154/how-to-find-parent-of-control-in-wpf) View.

Can [anyone help me](https://www.mindstick.com/forum/331/can-anyone-help-me-out-how-to-use-session-concept) please?

## Replies

### Reply by Anonymous User

I will solve your problem, in my knowledge there are a number of ways to pass [data](https://www.mindstick.com/articles/13050/salesforce-aiming-to-dominate-predictive-analytics-with-data-science) from Child view to its Parent View.

You can set a member variable in the child, when the variable is added to its parent Send a message to [self superview]

Or you can also use an NSNotification.

There are others, too, of course, but these are the three I use most often.


---

Original Source: https://www.mindstick.com/forum/33462/how-to-pass-data-from-a-child-view-to-a-parent-view

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
