Although there are lots of solutions to this problem on the internet, this is the most easiest way to make it work.
Solution: Add the following codes in your View Controller.m
-(BOOL) prefersStatusBarHidden
{
return YES;
}
iOS 7 status bar overlaps background image as shown below.
No comments:
Post a Comment