What is the best way to pass values between to different views ?

Posted by Cesar on Stack Overflow See other posts from Stack Overflow or by Cesar
Published on 2010-04-23T23:28:01Z Indexed on 2010/04/23 23:33 UTC
Read the original article Hit count: 139

Filed under:
|

What is the best way to pass a variabile between 2 different views ? The only way that I acually know it's:

app = (yourApp_comAppDelegate *) [[UIApplication sharedApplication] delegate];

Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk