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

[Fixed - need to be merged] change FUISegmentedControl font on IOS below 7 #162

Open
phamquochoan opened this issue Sep 9, 2014 · 0 comments

Comments

@phamquochoan
Copy link

The problem: could not change FUISegmentedControl's font, background ... on various state (ios 6.1)
Fix:

Replace:
if ([[[UIDevice currentDevice] systemVersion] compare:@"6.0" options:NSNumericSearch] != NSOrderedAscending)
in setupFont method inside FUISegmentedControl.m
with
[[[UIDevice currentDevice] systemVersion] floatValue] >= 7

Reason: the first one doesn't include ios 6.1

I'm new to github, doesn't know how to use pull/pork/merge ....

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

1 participant