Closed ciryon closed 9 years ago
Hi, interesting, do you have all constraints setup on the scroll view? It looks like the layout is having problem with its height.
Let me know how it goes.
"Also try clearing the Adjust Scroll View Insets checkbox in the Attribute Inspector of your View Controller."
Wow, thanks, that did the trick!
Glad it worked for you, @ciryon. I will put the note about "Adjust Scroll View Insets" in the readme.
I think I'm using Auk as intended and have instantiated a UIScrollView from my storyboard. I have used
self.scrollView.auk.show(image: downloadedImage)
to set images. The problem is that content size is too high so that the images can be dragged vertically. When the first image is loaded a blank space above the image is visible. Please see attached screenshot. The bottom part of the image is not visible, but at the top it's black (the UIScrollView background color).
Anything I'm doing wrong or is this a bug?