A: 

Not sure I understand. Can you not take a plain UIView and put text fields and buttons in it, with whatever height and width, and then addSubview it when you need to see it and removeFromSuperview when you are done?

mahboudz
I tried, but how to make it look like a "toolbar", I mean the background?
Mickey Shine
And I don't want the elements in it to move (if you slide on the view, the elements will move). Just make it a real "panel"
Mickey Shine
Do you have a picture of what you are trying to do? The elements in a UIView don't move around unless you resize the view, and even then you can lock them down.
mahboudz
A: 

Why not use the toolbar and add add subViews to it. You can layer UIViews and UIButtons as text.

Zero Distortion