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

Swift 4.2 errors #26

Open
flowbe opened this issue Sep 23, 2018 · 4 comments
Open

Swift 4.2 errors #26

flowbe opened this issue Sep 23, 2018 · 4 comments

Comments

@flowbe
Copy link

flowbe commented Sep 23, 2018

There are many errors in Swift 4.2… Can you look at it? Thanks!
Here are the errors:

  • UITableViewCellSeparatorStyle has been renamed to UITableViewCell.SeparatorStyle
  • UITableViewCellSelectionStyle has been renamed to UITableViewCell.SelectionStyle
  • UITableViewAutomaticDimension has been renamed to UITableView.automaticDimension
  • UIKeyboardWillShow has been renamed to UIResponder.keyboardWillShowNotification
  • UIKeyboardWillHide has been renamed to UIResponder.keyboardWillHideNotification
  • UIKeyboardFrameEndUserInfoKey has been renamed to UIResponder.keyboardFrameEndUserInfoKey
  • UIApplicationDidReceiveMemoryWarning has been renamed to UIApplication.didReceiveMemoryWarningNotification
  • UITableViewCellStyle has been renamed to UITableViewCell.CellStyle
@ajRiverav
Copy link

@TheFlow95 I fixed these errors. Will create a pull request in the next day.

@ajRiverav
Copy link

@TheFlow95 can you test #28?

@thesunita
Copy link

I have also added this to my project using cocoa pods
Getting same error. Is the PR merged? do i need to mention branch for this fix in pad file?

@ajRiverav
Copy link

You can certain reference #28 instead of the main development branch.

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

No branches or pull requests

3 participants