Recently I updated my xcode project to work with iOS 7, but i faced a big problem. Because my whole application has only one background image (UIImageView added to key windo
I fixed it by doing this when initialising the view:
self.view.clipsToBounds = YES;