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

Problem with titleTextAttributes in ios 7.1 #92

Closed
gerardp opened this issue Mar 3, 2015 · 11 comments
Closed

Problem with titleTextAttributes in ios 7.1 #92

gerardp opened this issue Mar 3, 2015 · 11 comments

Comments

@gerardp
Copy link

gerardp commented Mar 3, 2015

Hi,
In ios 7.1 seems that there is a bug setting titleTextAttributes

self.segControl.titleTextAttributes = @{NSForegroundColorAttributeName : [UIColor whiteColor]};
in ios 7.1
captura de pantalla 2015-03-03 a las 16 24 47

In ios 8
captura de pantalla 2015-03-03 a las 16 26 39

@firstim
Copy link

firstim commented Mar 4, 2015

Having same issue on ios 7.0 as well.

@dinoka
Copy link

dinoka commented Mar 8, 2015

Having the same issue.

@jaumevn
Copy link

jaumevn commented Mar 9, 2015

Same as @firstim and @dinoka.
Any idea?

@HeshamMegid
Copy link
Owner

Looking into it (and by looking into it I mean downloading the iOS 7.1 simulator 😃)...

@xeravim
Copy link

xeravim commented Mar 10, 2015

same here :)

HeshamMegid added a commit that referenced this issue Mar 11, 2015
@HeshamMegid
Copy link
Owner

Would you please test the changes in d8e6e4a and confirm it solves the problem?

For some weird reason I cannot download the iOS 7 simulator so I'm unable to test it.

@wynch
Copy link

wynch commented Mar 12, 2015

Yes, this fixes the CGContextSetStrokeColorWithColor error I was getting on iOS 7.1 (simulator), and the text color is fixed as well. Thanks !

@HeshamMegid
Copy link
Owner

Awesome. Thanks for checking.

@dinoka
Copy link

dinoka commented Mar 12, 2015

Thanks. Issue is fixed now.

@gerardp
Copy link
Author

gerardp commented Mar 12, 2015

Thanks!

@firstim
Copy link

firstim commented Mar 13, 2015

Thanks, it fixed.

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

7 participants