We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are many errors in Swift 4.2… Can you look at it? Thanks! Here are the errors:
UITableViewCellSeparatorStyle
UITableViewCell.SeparatorStyle
UITableViewCellSelectionStyle
UITableViewCell.SelectionStyle
UITableViewAutomaticDimension
UITableView.automaticDimension
UIKeyboardWillShow
UIResponder.keyboardWillShowNotification
UIKeyboardWillHide
UIResponder.keyboardWillHideNotification
UIKeyboardFrameEndUserInfoKey
UIResponder.keyboardFrameEndUserInfoKey
UIApplicationDidReceiveMemoryWarning
UIApplication.didReceiveMemoryWarningNotification
UITableViewCellStyle
UITableViewCell.CellStyle
The text was updated successfully, but these errors were encountered:
@TheFlow95 I fixed these errors. Will create a pull request in the next day.
Sorry, something went wrong.
@TheFlow95 can you test #28?
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?
You can certain reference #28 instead of the main development branch.
No branches or pull requests
There are many errors in Swift 4.2… Can you look at it? Thanks!
Here are the errors:
UITableViewCellSeparatorStyle
has been renamed toUITableViewCell.SeparatorStyle
UITableViewCellSelectionStyle
has been renamed toUITableViewCell.SelectionStyle
UITableViewAutomaticDimension
has been renamed toUITableView.automaticDimension
UIKeyboardWillShow
has been renamed toUIResponder.keyboardWillShowNotification
UIKeyboardWillHide
has been renamed toUIResponder.keyboardWillHideNotification
UIKeyboardFrameEndUserInfoKey
has been renamed toUIResponder.keyboardFrameEndUserInfoKey
UIApplicationDidReceiveMemoryWarning
has been renamed toUIApplication.didReceiveMemoryWarningNotification
UITableViewCellStyle
has been renamed toUITableViewCell.CellStyle
The text was updated successfully, but these errors were encountered: