You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very great tool. However, seems it is broken in XCode 4.5. Will there be any updates?
FYI. I've got the following runtime error.
-[__NSCFString stretchableImageWithLeftCapWidth:topCapHeight:]: unrecognized selector sent to instance.
Thanks in advance.
[Fixed]
// Images used as background when status bar style is Default
defaultStatusBarImage_ = [[UIImage imageWithData:MTStatusBarBackgroundImageData(NO)] retain];
defaultStatusBarImageShrinked_ = [[UIImage imageWithData:MTStatusBarBackgroundImageData(YES)] retain];
The text was updated successfully, but these errors were encountered:
Hi,
This is a very great tool. However, seems it is broken in XCode 4.5. Will there be any updates?
FYI. I've got the following runtime error.
-[__NSCFString stretchableImageWithLeftCapWidth:topCapHeight:]: unrecognized selector sent to instance.
Thanks in advance.
[Fixed]
// Images used as background when status bar style is Default
defaultStatusBarImage_ = [[UIImage imageWithData:MTStatusBarBackgroundImageData(NO)] retain];
defaultStatusBarImageShrinked_ = [[UIImage imageWithData:MTStatusBarBackgroundImageData(YES)] retain];
The text was updated successfully, but these errors were encountered: