Have a view controller with a UIScrollView. This view controller is created / loaded at the start of the app. Before the controller is ever seen, trying to add subviews to the scrollview and the scrollview will not accept / add the sub views. Once the ViewWillAppear is called, then can add subviews fine. It runs the exact same code, but will not add the subviews until it has been called to view once.
What are the reasons for this? I assume this is as designed....