Closed ekdevdes closed 4 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.
self.pagecontrol.hidesForSinglePage = YES
UIPageControl
thanks for reporting the issue, I'll solve it and get back to you ;)
going into AFImageViewer.m and putting
self.pagecontrol.hidesForSinglePage = YES
right below the otherUIPageControl
config lines doesn't hide the page control dots when there's only a single page in the image view.