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

Remove deprication warrnings for iOS 8 #90

Merged

Conversation

indiche
Copy link

@indiche indiche commented Feb 23, 2015

iOS 8 depricated interfaceOrientation property of UIViewController.

CTAssetsViewController was using interfaceOrientation and documentation
suggests using [[UIApplication sharedApplication] statusBarOrientation]
instead, so I've replaced it.

Definitions on NSCalendarUnit enum were renamed, and old names were
depricated. I've replaced old names with new.

iOS 8 depricated `interfaceOrientation` property of `UIViewController`.

`CTAssetsViewController` was using `interfaceOrientation` and documentation
suggests using `[[UIApplication sharedApplication] statusBarOrientation]`
instead, so I've replaced it.

Definitions on `NSCalendarUnit` enum were renamed, and old names were
depricated. I've replaced old names with new.
1and2papa added a commit that referenced this pull request Feb 27, 2015
@1and2papa 1and2papa merged commit b2fbed3 into 1and2papa:master Feb 27, 2015
@1and2papa
Copy link
Owner

@indiche Thank you.

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

Successfully merging this pull request may close these issues.

None yet

2 participants