I have implemented a Three20 Image Gallery into my App. I want to change the color of the Navigation Bar at the top of the Image Gallery Screen. I have gone into TTThumbsViewController.m and found the lines that read:
self.statusBarStyle = UIStatusBarStyleDefault;
self.navigationBarStyle = UIBarStyleDefault;
If I change these values, the color / style of the Navigation Bar changes, but a gap appears between the Navigation Bar and the first row of images. The gap looks to have a height larger than than the Navigation Bar but shorter than the first row of thumbnails.
I have implemented a Three20 Stylesheet but that has not resolved the issue.