Conversation
|
@nathantannar4 once you're done with finals, we'll discuss how we can write tests for the |
|
Hi @nathantannar4 |
|
I'm going to need more information to debug this. Is this a child view controller, any custom controllers, can you reproduce this in the example? This PR was for other things. Maybe message me on slack Sent with GitHawk |
|
Hi,
Yes i used cosmicmind/material framework for material theme and i simply
push chat view as : self.navigationcontroller.pushview
On Dec 22, 2017 10:26 PM, "Nathan Tannar" <[email protected]> wrote:
I'm going to need more information to debug this. Is this a child view
controller, any custom controllers, can you reproduce this in the example?
This PR was for other things. Maybe message me on slack
Sent with GitHawk <http://githawk.com>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#384 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASadjtkZfqLlMyWSmYqLQA23FUl1BSvpks5tC99IgaJpZM4Q6J4A>
.
|
|
Ah I think you need to call becomeFirstResponder https://github.com/MessageKit/MessageKit/blob/master/Documentation/FAQs.md Sent with GitHawk |
Here i explain my code:
|
|
Hey @nathantannar4 When i use this way let myNavigationController = UINavigationController(rootViewController: chatViewController) |
|
@girishghoda Please move this discussion to a GitHub issue 👍. This PR is not the place for it |

Found the issue with PR #380
Before I thought it was correct to change the bottomAnchor to the window, after some digging it looks like we just needed to add an extra constraint and leave the old one.