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

Commits on Jul 29, 2018

  1. Deprecation warnings solved.

    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().
    Batuhan Saka authored Jul 29, 2018
    Configuration menu
    Copy the full SHA
    f99592b View commit details
    Browse the repository at this point in the history
  2. Deprecated property removed on extensions.

    'character' property removed on extensions. Now, works like a 'variable.count'
    Batuhan Saka authored Jul 29, 2018
    Configuration menu
    Copy the full SHA
    d6843cf View commit details
    Browse the repository at this point in the history