Possible Duplicate:
How to Insert View in Superview's View? (iOS)
I have the line of code below... How would I modify it to insert the subview "mySubview" in a UIView named "myView" that is found in the superview?
[[self superview] addSubview:mySubview];