You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Current behavior: The table view cells are white, where as the areas between the grouped table view cell sections are black and its headers and footers unreadable
Expected behavior: Areas in between uitableview sections should be white, like IOS 7 grouped table view styles.
How to reproduce this bug: simply make a uitableviewcontroller in the storyboard with a bunch of static cells and sections, and set random headers and footers. No code necessary.
The text was updated successfully, but these errors were encountered:
So what I am doing is having prototype table view cells, which are used to display these 3 cells. The cells have their text set in cellForRowAtIndexPath, yadayayayaya. In the storyboard, the table view is set to the grouped style.
It looks perfect from your screenshots, but it doesn't look very promising on my side. What would you like me to do in order to debug this? This component is not exactly vital for my app, but it would be very nice.
Hey I am also having same issue in my UITableView grouped style after UI7Kit patch. Do you find any solution? I am using Xcode 5.0.2. any word would be highly appreciated.
I fixed this issue by changed the Background color of UITableView, View section to desired color other than "Default" color. After changing default color to any fixed color, both iOS 7 and iOS 6 devices were showing same color.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current behavior: The table view cells are white, where as the areas between the grouped table view cell sections are black and its headers and footers unreadable
Expected behavior: Areas in between uitableview sections should be white, like IOS 7 grouped table view styles.
How to reproduce this bug: simply make a uitableviewcontroller in the storyboard with a bunch of static cells and sections, and set random headers and footers. No code necessary.
The text was updated successfully, but these errors were encountered: