Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 336 Bytes

PagingTest

Your task:

To enable smooth page-scrolling for vairable-height cells.

Keys:

  1. Minimum cell height is one natrual table view page (as big as the size of the table view).
  2. Cell height may exceed one page.
  3. ContentView can be refactored in autolayout fashion if you prefer.
  4. No third party code is allowed.