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

Issue with UI of 'MSGMessengerViewController' (iOS 13) #65

Open
AntonShapoval opened this issue Mar 4, 2020 · 1 comment
Open

Issue with UI of 'MSGMessengerViewController' (iOS 13) #65

AntonShapoval opened this issue Mar 4, 2020 · 1 comment

Comments

@AntonShapoval
Copy link

Issue with UI of 'MSGMessengerViewController' (iOS 13)

Steps:

  1. push in Navigation controller instance of MSGMessengerViewController subclass
  2. tap in text field of MSGInputView
  3. keyboard appears
  4. minimize the application by press of 'Home'
  5. activate application by tap on app icon
  6. show modally login screen (on top of a chat screen)
  7. enter credentials and dismiss login screen
  8. see issue with UI

Now it was fixed in my project by set up zero to 'topConstraint.constant' (KeyboardLayoutGuide) in 'viewWillAppear' of MSGMessengerViewController subclass.

a30f5787426d4e326ee4b88db62dd32a

@sjoness
Copy link
Collaborator

sjoness commented Mar 8, 2020

Hi @AntonShapoval, thanks for opening this issue. If you would like to submit a PR, I would be happy to review it 👍

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

2 participants