I created my own subclass of UINavigationBar in order to enable custom background that is taller than 44pxs.
I did it by overriding these two methods:
-(
Try to override layoutSubviews: call [super layoutSubviews] inside and then reposition the items.
layoutSubviews
[super layoutSubviews]