When the searchbar becomes active it jumps. See animated GIF.
Result: http://postimg.org/image/66bdqqgvb/
Searching for a solution on Stackoverflow I found the following setting:
self.edgesForExtendedLayout = UIRectEdgeNone;
Result: http://postimg.org/image/y5gf4bb9b/
The jump is gone but now the searchbar does not cover the statusbar anymore.
Update
Making the background color of the window the same color as the searchfield makes it look fine though it is kind of a hack.