I am making this app. It has 7 separate xibs, one of which has a second view. In that second view, I have a Scroll view. In the view controller.h, i have "IBOutlet UIScrollView *mathFormulasPAScrollView;" in the @interface. In the .m, I have "[mathFormulasPAScrollView setScrollEnabled:YES];" and
"[mathFormulasPAScrollView setContentSize:CGSizeMake(320, 1000)];" in the viewDidLoad below super viewdidload. I have my scrollview set to 320x1000 in the nib. I have the scroll view connected in the inspector. I don't know why this isn't working, but it just doesn't scroll. If anyone can help me figure this out, please do.
"[mathFormulasPAScrollView setContentSize:CGSizeMake(320, 1000)];" in the viewDidLoad below super viewdidload. I have my scrollview set to 320x1000 in the nib. I have the scroll view connected in the inspector. I don't know why this isn't working, but it just doesn't scroll. If anyone can help me figure this out, please do.