---
title: "UITableView scrolling under the navigation bar"  
description: "UITableView scrolling under the navigation bar"  
author: "Anonymous User"  
published: 2015-09-28  
updated: 2015-09-29  
canonical: https://www.mindstick.com/forum/33474/uitableview-scrolling-under-the-navigation-bar  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# UITableView scrolling under the navigation bar

I was creating a [table view](https://www.mindstick.com/forum/33654/send-table-view-cell-value-on-button-action-in-ios) when it being flickered up, has its sections that flush up [against](https://yourviews.mindstick.com/view/81332/the-approach-of-science-against-disease-epidemics) right underneath the [status bar](https://www.mindstick.com/forum/23126/how-to-hide-status-bar-for-universal-apps-in-windows-phone-8-1), instead of flushing against the the [navigation bar](https://www.mindstick.com/forum/33939/how-to-create-transparent-navigation-bar-in-xcode).

Is that the proper behaviour or not I am not sure, but mostly [applications](https://www.mindstick.com/articles/12847/how-to-choose-the-right-ethernet-cable-for-industrial-applications) have the [Section](https://yourviews.mindstick.com/view/297/reservation-for-economically-weaker-section) [Title](https://www.mindstick.com/articles/12860/how-to-get-financing-for-salvage-title-cars) flush properly below the navigation bar when it's slid into view.

[Please tell me](https://www.mindstick.com/forum/33900/please-tell-me-what-are-the-technique-to-content-optimization) the right way to correct this instead of downsizing the tableView arbitrarily?\

## Replies

### Reply by Tarun Kumar

I also faced similar as your problem and I fix it using the code below, when you use this code problem will corrects itself:

```
self.navigationCOntroller.navigationBar.barStyle = UIBarStyleBlackTranslucent;
```


---

Original Source: https://www.mindstick.com/forum/33474/uitableview-scrolling-under-the-navigation-bar

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
