Hi, I'm building a project type PhotoAlbum, and I want to add a UIView over the image.
anyone can help me with this.
I've tried to add the UIView using:
[self.photoAlbumView pagingScrollView: pagingScrollView pageViewForIndex: pageIndex];
It does not work
any idea
thanks in advance