A view controller is just an object, so like any other object. Call a
method, set a property. Etc.

if VC 2 needs to push back info to VC1, either pass VC1 in (and call
methods etc) or expose an event on VC2, hook it up to VC1 when you
create it, and call the event....

Normal .NET stuff, really...

On Wed, Apr 4, 2012 at 07:45, 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



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to