ethana, thanks for the clarification. If your
UntitledView doesn't do anything special from a regular
UIView right now, I would say the reason for the black screen is that it doesn't have anything in the view to draw. So, just a "blank space" appears due to this line:
Code:
self.view = untitledView;