Is this how I should handle passing data between view and modal segue view?

If you are using a segue to transition to your search modal controller, then your search controller will be instantiated by the segue. You can pass whatever data is needed by your search controller in your implementation of the prepareForSegue:sender: method.

Up vote 0 down vote favorite share g+ share fb share tw.

Here's what I'm doing. I have a table view controller with results on it. When this view initially loads it also loads the search options.

This is essentially four arrays of data. When this is loaded should I instantiate the search modal controller and pass it the arrays, or should I pass them each time I load the segue? Ios ios5 segue link|improve this question asked Mar 20 at 21:19Jhorra397312 79% accept rate.

That's the way I went with, I just wanted to make sure that was the best way. – Jhorra Mar 20 at 22:53 Yes, that seems to be the best way. – jonkroll Mar 20 at 22:56.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions