Getting the x,y location while using the UIScrollview
I am using 开发者_如何学Ciphone simulator 3.2
. While I am placing the UIScrollview
on the Imageview
, the x, y coordinates aren't displayed in the console.
Please give me the solution to rectify this problem.
Try (UIScrollView *)theScrollView.contentOffset
. It’s a CGPoint
.
精彩评论