Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS7 white highlight #70

Closed
Freyskeyd opened this issue Jul 19, 2013 · 7 comments
Closed

IOS7 white highlight #70

Freyskeyd opened this issue Jul 19, 2013 · 7 comments

Comments

@Freyskeyd
Copy link

Hi,

On IOS7 button have a white fill on hightlighted state.
Not so ugly but it must be report here.

@troyharris
Copy link
Contributor

I just tried to recreate this using XCode 5 DP3 and I could not. It worked fine for me. Could you post some code?

@Freyskeyd
Copy link
Author

I've just test the example project.
On iPhone5 IOS7 beta 3 with Xcode 5 DP3. and i get this (button are pressed)
image

@troyharris
Copy link
Contributor

Ahh, I see. XCode 5 DP3 changes the button from "Round Rectangle" to "System" in the xibs. If you change the button type to "Custom" it will fix the problem. I'm not sure if the maintainer wants a pull request done for this or not.

@jflinter
Copy link
Contributor

Right, I think the round rect button type is deprecated in iOS7. So if people are making their own nibs/setting up UIButtons from scratch, this probably won't be an issue for new projects. If one of you guys wants to tweak the sample project nib and pull request it up, I'd of course be happy to merge it.

Thanks for figuring this out!

@jflinter
Copy link
Contributor

Also, unrelated, but looking at the rest of those components.... whoof. We've got work to do on this thing before iOS7 comes out.

@troyharris
Copy link
Contributor

So true. I have to make sure I have a couple of my apps ready first, but after that I'll be happy to help out on the conversion

@Freyskeyd
Copy link
Author

i can try to make an ios7 exemple and pull it if i have time next week.

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

No branches or pull requests

3 participants