In my app Tabbar is Hidden,
But trying that it display the screen as seen below.

I am using following code to hide tabbar
[self.navigationController.tabBarController.tabBar setHidden:YES];
How can I display any image on that place or can cover that place with my view ?
You can add any UIView/UIImageView to the current screen you are showing in your question. Make sure your view’s frame is 416. I want you to make the screenshot’s viewController height is 416. This way it will shown complete. Try it or if still it doesn’t help send me demo code by mail I’ll solve your problem.
UPDATE
try this code to hide tabbar before pushing the view on stack use