Hi at all I have a little problem, i'm a beginner of iphone sdk, this is my first application, I want to usa e simple var of a class in the appdelegate, example
class.h
int ID
class.m
-(void) xxx {
ID=5
}
appdelegate.m
NSLog (@"var is %d"ID)
how can do this?
thank you very much
kikko088
class.h
int ID
class.m
-(void) xxx {
ID=5
}
appdelegate.m
NSLog (@"var is %d"ID)
how can do this?
thank you very much
kikko088