UIScrollView not displaying image
Hi! I'm developing my own personal xkcd comic app (I love that comic). I've gotten to the point where I can get the image and display it on a UIImageView. However, when I try and change the code slightly to display a UIScrollView, nothing is there! I've added the project file as an attachment, if anyone can help me here! Don't mind the JSON parsing, because none of that seems to be the problem. The project has everything related to the UIScrollView commented out, just to show that it actually works without that part. If you remove the comments and change the UIImageView in IB to an UIScrollView (and make the proper connection), the image is not appearing! Any suggestions?
|