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

Replace code deprecated in iOS7 #237

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bedfordsean
Copy link

Replace wantsFullScreenLayout with iOS7+ supported methods. Wrap <=iOS7 code into an else block with deprecation warning suppression.

Sorry about the whitespace - seems something happened there between the edits!

@ohcrider
Copy link

+1

Luis Vivas and others added 2 commits November 19, 2015 10:14
@daichiro
Copy link

daichiro commented Feb 5, 2016

+1

2 similar comments
@sirnacnud
Copy link

+1

@LittleChuan
Copy link

+1

@mdsb100
Copy link

mdsb100 commented Feb 22, 2016

Please check this https://github.com/mdsb100/TSMessages

s.dependency 'TSMessagesNW', '~> 0.9.15'

@shagedorn
Copy link

It seems that the runtime checks for edgesForExtendedLayout are redundant, given that 9c55028 removes support for iOS 5/6 entirely, and iOS 7 support edgesForExtendedLayout.

@bedfordsean
Copy link
Author

Yes you're right - now that iOS7+ is specified, the runtime check is unnecessary. I'll update this

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

7 participants