I am not able to declare a static integer in h class in iphone.
static int i;
this gives an error "expected specifier-qualifier list before static".
please help me out.How to resolve this.How can i declare a static variable globally in iphone.Thanks.