Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

if the status bar is hidden, the UITextField will have a gap between it and the keyboard #11

Open
sspitzer opened this issue Aug 16, 2012 · 0 comments

Comments

@sspitzer
Copy link

Here's a screen shot of the bug:

http://i48.tinypic.com/d4j09.png

Here's the fix to https://github.com/samsoffes/ssmessagesviewcontroller/blob/master/Classes/SSMessagesViewController.m#L147

_inputBackgroundView.frame = CGRectMake(0.0f, [[UIApplication sharedApplication] isStatusBarHidden] ? 180.0f : 160.0f, self.view.frame.size.width, kInputHeight);

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

No branches or pull requests

1 participant