I have several items textfields, labels, and images on a UIScrollView. Is there a way to use the pinch Gesture to enlarge the screen to get a closer look of the items on the scrollview?
I have several items textfields, labels, and images on a UIScrollView. Is there a
Share
To start off try using the delegate function of the scroll view which is given below:
My assumption is that you have all the UI elements in one view and that view has to be returned in this function.