Hey all,
I have a UIScrollView in an IB layout, and I've connected it to my
UIViewController <UIScrollViewDelegate> class. However, when I set up
the properties of my UIScrollView object, the object has not been
allocated (pointer is 0x0). I'm pretty sure that it should be
allocated by IB, but is not for some reason. Anyone know why? For an
example of this working, see the PageControl example app (
https://developer.apple.com/iphone/library/samplecode/PageControl/ ).
Thanks!
Jason