Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 7 Crash #82

Open
breiko83 opened this issue Sep 30, 2013 · 4 comments
Open

iOS 7 Crash #82

breiko83 opened this issue Sep 30, 2013 · 4 comments

Comments

@breiko83
Copy link

It's crashing for me in iOS 7 at this point:

self.statusBarBackgroundImageView.image = [self.defaultStatusBarImage stretchableImageWithLeftCapWidth:2.0f topCapHeight:0.0f];
@ImbellicusAnimo
Copy link

Same problem in my app. MTStatusBarOverlay.m
Method: (void)setStatusBarBackgroundForStyle:(UIStatusBarStyle)style

@aegerup
Copy link

aegerup commented Nov 28, 2013

What is the status on this? Im having the same problem.

@siddhantArora
Copy link

stretchableImageWithLeftCapWidth: is depricate replace it with resizableImageWithCapInsets :

@siddhantArora
Copy link

Use the following : [Fixed]

// Images used as background when status bar style is Default
defaultStatusBarImage_ = [[UIImage imageWithData:MTStatusBarBackgroundImageData(NO)] retain];
defaultStatusBarImageShrinked_ = [[UIImage imageWithData:MTStatusBarBackgroundImageData(NO)] retain];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants