Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

UI7Color bug? #115

Open
iT0ny opened this issue Sep 26, 2013 · 9 comments
Open

UI7Color bug? #115

iT0ny opened this issue Sep 26, 2013 · 9 comments

Comments

@iT0ny
Copy link
Contributor

iT0ny commented Sep 26, 2013

FTW, the same thing is with UITabBar + UITableView is black

screen shot 2013-09-26 at 18 40 52

@youknowone
Copy link
Owner

Do you want black background of navigation bar?

@iT0ny
Copy link
Contributor Author

iT0ny commented Sep 26, 2013

white:( and blue bar buttons

@youknowone
Copy link
Owner

Do you have black background below the navigation bar? Its color is following iOS7 alpha value now

@iT0ny
Copy link
Contributor Author

iT0ny commented Sep 26, 2013

mmmm, nope
screen shot 2013-09-26 at 19 09 36

@youknowone
Copy link
Owner

I found tabbar/navigationbar default background color is black

    self.tabBarController.view.backgroundColor = [UIColor whiteColor];
    self.navigationController.view.backgroundColor = [UIColor whiteColor];

I think this is so confusing.. I have no idea how to set default value of bar color.

@iT0ny
Copy link
Contributor Author

iT0ny commented Sep 26, 2013

:( ok then, why uitableview is black too?

@youknowone
Copy link
Owner

You use iOS6. It means your table view is not under your navigation bar

youknowone added a commit that referenced this issue Sep 26, 2013
issue #115

This is confusing, because most of iOS6 apps are using navigation bar and
tab bar but they have black background color.
I need better idea to solve this problem
@youknowone
Copy link
Owner

default bar color is reverted to alpha 255. I should think more about this issue. Thank you for report

@iT0ny
Copy link
Contributor Author

iT0ny commented Sep 26, 2013

uitableview is still black:(( and UIBarButtonItem tintcolor doesn't work

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants