Ooh, I just had an idea that might work. Add the toolbar with the negative offset so it animates and appears in the correct position. Then after you get the 'keyboard did appear' event, change the toolbar's superview to the window or some other, bigger view. When you get the event 'keyboard will hide', put it back so the superview is the keyboard again so it properly animates out of view.
Just guessing but this may work.
|