I have a UIScrollView with 5 UIImageViews (with unique tags) as subviews
how do i get the tag of the UIImageView that is currently displayed?
I am trying to update a UILabel's text to something like "Image x out of 5". from within scrollViewDidScroll
Jason
how do i get the tag of the UIImageView that is currently displayed?
I am trying to update a UILabel's text to something like "Image x out of 5". from within scrollViewDidScroll
Jason