Hi I am new with iPad Development, I am developing one app which is Compatible for iPad 5.1 Simulator and iPad 6.0 Simulator
I did something Like in 5.1 SDK
[self.navigationBar setTintColor:[UIColor colorWithRed:0.247f green:.301f blue:0.325f alpha:1.0f]];
same code is not working with iPad 6.0 Simulator,
Thanks in Advance!