-
Notifications
You must be signed in to change notification settings - Fork 18
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
does it work on xcode6 & ios8.2 now? #5
Comments
You make this We may need to add entries for 8.2 and 8.3 in the bottom of that file though. |
i tried, it didn't give me any warnings. also, i am putting another some test program here, still, strange. could you please clone that repo and tell me what's going on? thanks! |
it turn out to be the same situation like (https://github.com/sunuslee/macapi-tester) when i add
to this file, then, in my class(AppDelegate) add a property (same as UIView) then,
gets the right warning. but no luck for
|
Did you try adding the entries for 8.1 ~ .3 to |
yeah, it turned out that, i have to set enable_module to NO, so that those macros can work. |
Nice. Could you pull request your changes? |
I updated the library and set |
hi, i just use this simple code to test, but get no warnings:
my baseSDK is ios8.2 and deployment target is 6.0..
i think the setLayoutMagins , should be introduced in ios8.
is there something i need to be noticed?
thanks!
The text was updated successfully, but these errors were encountered: