Closed simplelife-patrick closed 10 years ago
Can you provide a screenshot?
Screenshot is here, as you can see the message view display is not correct under iPad 3(iOS 6.1), (note: running app is for iPhone, so it is running on iPad with "2x" size.
Does it display correctly @ 1x?
It's also wrong under "1x". I'm guessing the issue might be about "view controller status bar attribute" in Info.plist. Because the screenshot looks like just missing "20" pixels which status bar has the same height.
Cool thanks, I'll look into it.
Hi, I'd like to apology for this issue, it's totally my fault as I forgot I have modified your codes about MessageView location as below: _messageBarOffset = [[UIApplication sharedApplication] statusBarFrame].size.height; After roll it back everything is OK for me now. Thanks for your time, and again, it's a very good and useful library.
Firstly this lib works fine for me both in iPhone5(iOS 7.1beta), iPhone5(iOS 6.1.2) and iPad mini 1(iOS 7.0.4), the message view can be displayed under status bar correctly. But in my iPad 3(iOS 6.1), the message view can not be displayed fully, a part of it(begin from top) is missing...