kornerr / ios-sample-custom-scrolling

Sample iOS application to achieve custom scrolling without UIScrollView
0 stars 0 forks source link

Center on closest page #4

Open kornerr opened 6 years ago

kornerr commented 6 years ago
  1. Scroll verticall based on pan
  2. Animate to finish scrolling based on 50% of needed distance passage when pan finished in specific item (pan can finish in the next item)
kornerr commented 6 years ago

Scrolling vertically is ready.

kornerr commented 6 years ago

Here's the full list of issues to have complete control over scrolling:

I think I should try to manually control UIScrollView instead of re-implementing UIScrollView myself.

kornerr commented 6 years ago

TODO: