If you are passing to multiple view controllers I use a static class to store that info. If you are just passing it once you can create a public class variable.
Justin Hansen On Apr 4, 2012, at 7:02 AM, "jr.yapcengco" <[email protected]> wrote: > Hi, > > just a newbie in ios programming here, can ask how to pass data between 2 > view controllers using monotouch? > > Thanks! > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/passing-data-between-view-controllers-tp4531089p4531089.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
