iOS 7 View gets small

iOS 7 View gets small

I have view in my xib file whose height is 44 which contains buttons (like
a toolbar).
It's working fine in iOS 6 but when i open it in iOS 7 , the height of
view gets small (24.0f) and so are the buttons in it.
How to fix this issue? Help would be highly appreciated.