What is UIAlertView background color?
I tried checking backgroundColor property but it is nil. Not sure how to determine this color otherwise.
What is UIAlertView background color?
I tried checking backgroundColor property but it is nil. Not sure how to determine this color otherwise.
take the sanp shot of UIAlertView ( only small portion containing that blue color) use
UIColor *alertviewcolor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"snap.png"]];
api u wil get the UIAlertView background color.