Hello, I am currently developing a iPhone application, but have hit a bump. I believe its simple and will only take a minute to explain to one that knows the solution.
I have a view, with a certain about of UI objects (buttons, labels), one of these objects is a UIView (call it subview). here is the image:
I have drawn it out and hooked it up on interface builder, but now when I try to the get the view to be displayed, nothing happens... ive tried various ways:
1. hooking up the subview to a UIView object in my view controller, and the giving info to the object.
2. getting view, and calling the method addSubView.
3. getting the subview and calling [subview setNeedsDisplay].
yet nothing...
any advice/help would be great! Thank you in advance!