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

Deprecation warnings solved. #312

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

Deprecation warnings solved. #312

wants to merge 2 commits into from

Conversation

batuhansk
Copy link

@batuhansk batuhansk commented Jul 29, 2018

Warning: "Using '!' in this location is deprecated and will be removed in a future release; consider changing this to '?' instead."

There were warning in several lines. I solved them.
+++
Added guard let statement to fix that issue on before the iteration in viewDidLoad().

Batuhan Saka added 2 commits July 29, 2018 14:45
Warning: "Using '!' in this location is deprecated and will be removed in a future release; consider changing this to '?' instead."

There was a warning in several lines. I solved them.
+++
Added guard let statement to fix that issue on before the iteration in viewDidLoad().
'character' property removed on extensions. Now, works like a 'variable.count'
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.

2 participants