0

I want to get the CGRect or just x,y of the area the scrollview currently shows after user has dragged the view when calling scrollViewDidEndDragging

Shehata Gamal
  • 98,760
  • 8
  • 65
  • 87
matchifang
  • 5,190
  • 12
  • 47
  • 76
  • 2
    Possible duplicate of [Get current position of UIScrollView](https://stackoverflow.com/questions/25451969/get-current-position-of-uiscrollview) – Anand Kore Nov 21 '18 at 11:12

1 Answers1

0

You can use

scrollView.contentOffset.x 
scrollView.contentOffset.y
Shehata Gamal
  • 98,760
  • 8
  • 65
  • 87