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

It become unstable behavior when implement UITableViewDelegate method that return estimatedHeight #50

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

Conversation

Keeeeen
Copy link
Contributor

@Keeeeen Keeeeen commented Sep 13, 2018

comment out tableView(_ tableView:, estimatedHeightForRowAt:) -> CGFloat

@Keeeeen Keeeeen changed the title It become unstable behavior when implement UITableViewDelegate method that return estimatedHeigt It become unstable behavior when implement UITableViewDelegate method that return estimatedHeight Sep 13, 2018
Copy link
Collaborator

@ra1028 ra1028 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM otherwise

}
// public func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
// return self.tableView(tableView, heightForRowAt: indexPath)
// }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the commented out codes.
Could you describe the usage of UITableViewAutomaticDimension in README?

@Keeeeen
Copy link
Contributor Author

Keeeeen commented Oct 4, 2018

@ra1028 Thank you for the review and I fixed you pointed out

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