AdrianFlorian / AFImageViewer

iOs image viewer using UIScrollView and UIPageControll
33 stars 6 forks source link

Doesn't obey UIPageControl hidesForSinglePage property #2

Closed ekdevdes closed 4 years ago

ekdevdes commented 12 years ago

going into AFImageViewer.m and putting self.pagecontrol.hidesForSinglePage = YES right below the other UIPageControl config lines doesn't hide the page control dots when there's only a single page in the image view.

AdrianFlorian commented 12 years ago

thanks for reporting the issue, I'll solve it and get back to you ;)