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

Avoding Warning Message in FBDialog.m #6

Closed
glancashire opened this issue Aug 18, 2010 · 1 comment
Closed

Avoding Warning Message in FBDialog.m #6

glancashire opened this issue Aug 18, 2010 · 1 comment

Comments

@glancashire
Copy link

Please check if you could add the following code to FBDialog.m to avoid the warning

    #if __IPHONE_OS_VERSION_MIN_REQUIRED <= __IPHONE_2_2
    _closeButton.font = [UIFont boldSystemFontOfSize:12];
    #endif

Kind Regards
Graham

This issue was closed.
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

2 participants