Hei all
i try to learn how i can get a NSString global, i have this kind of files.
( my global class )
Globals.h
Globals.m
( my first view )
FirstViewController.h
FirstViewController.m
( my secound view )
SecoundViewController.h
SecoundViewController.m
now i will make a kind of username in FirstViewController and when SecoundViewController loads its will make my input into NSLog() in first time.
hobe i can be help here, :)