i have a scroll view and on that scroll view i can add uibuttons and uiimageviews fine using the addSubview method
then when i create an instance of a subclass of UIViewController and add that view to it the view loads but it doesn't show
the viewWillAppear: method doesn't even get called but the viewDidLoad: method does
how is it possible for a view to be added to another view and not show up?
then when i create an instance of a subclass of UIViewController and add that view to it the view loads but it doesn't show
the viewWillAppear: method doesn't even get called but the viewDidLoad: method does
how is it possible for a view to be added to another view and not show up?