I have a UIToolbar that is shown on the current top UIWindow. Before I am showing a certain UIViewController (in push) I am hiding the UIToolbar by removing it from the window. When I get back I'm trying to reshow the UIToolbar by adding it back to the top UIWindow (with addSubview). What happens is that the buttons that were in the toolbar disappears and it appears to be empty but after showing a UIActionSheen and closing it, al the buttons appears again.
What is the problem?
Thanks, Yoav.