Skip to content

Proposed an animation fix#204

Open
congliu0704 wants to merge 1 commit intoRamotion:masterfrom
congliu0704:patch-1
Open

Proposed an animation fix#204
congliu0704 wants to merge 1 commit intoRamotion:masterfrom
congliu0704:patch-1

Conversation

@congliu0704
Copy link

@congliu0704 congliu0704 commented Oct 7, 2021

Summary

  1. Fixed scroll-to-bottom condition so that both sides are relative y-coordinates. cell.frame.maxY > tableView.frame.maxY should be cell.frame.maxY > tableView.frame.maxY + tableView.contentOffset.y
  2. Enabled scrolling to the top of the cell, when some of top part of this cell is across the upper edge of the table view (that is, hidden) and is tapped to unfold.

1. Fixed scroll-to-bottom condition so that both sides are relative y-coordinates. cell.frame.maxY > tableView.frame.maxY should be cell.frame.maxY > tableView.frame.maxY + tableView.contentOffset.y
2. Enabled scrolling to the top of the cell, when some of top part of this cell is across the upper edge of the table view (that is, hidden) and is tapped to unfold.
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.

1 participant