xcode global variables

Posted by Apache on Stack Overflow See other posts from Stack Overflow or by Apache
Published on 2010-01-04T02:34:26Z Indexed on 2010/04/03 16:23 UTC
Read the original article Hit count: 607

hi experts, how to get xcode variables result from one view controller to another view controller,

actually in one view controller i called web services to get userID which is declare as NSString, and in another view controller i want to display the userID which is retrieve from previous view controller, so how this can be done

thanks

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about global-variables