Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.
This repository was 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

Description

@sspitzer

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions