I have applied a three 20 image gallery to my app. I change the color of the navigation bar at the top of the Image Gallery screen. Want to I have moved to TTThumbsViewController.m and I found that the lines were found:
self.statusBarStyle = UIStatusBarStyleDefault; Self.navigationBarStyle = UIBarStyleDefault; If I change these values, the color / style of the navigation bar changes, but the difference between the navigation bar and the first row of images is visible. The height is higher in comparison to the navigation bar, but less than the first line of the thumbnail.
I have applied a three 20 stylesheet but it has not solved this problem
In my app, I'm using TTThumbsViewController in the file, I have this method. The file and this difference problem are fixed:
- (zero) updateTableLayout {self.tableView.contentInset = UIEdgeInsetsMake (5, 0, 0, 0); Self.tableView.scrollIndicatorInsets = UIEdgeInsetsMake (TTBarsHyight (), 0, 0, 0); } Now, whatever I want, I can change it in Navar Colors and Navbar / Table spacing is correct.
Comments
Post a Comment