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
scrollViewDidEndDragging
You can use
scrollView.contentOffset.x scrollView.contentOffset.y