jsqmessageviewcontroller ios11 toolbar
I have tried the swift example of JSQMessageViewController inside iOS 11 simulator. Here is the result: screenshot I have tried using safe area margin and modify the toolbar constraint but there is still no difference. It seems that the toolbar is outside UIWindow (UITextEffectsWindow instead). Is there any solution? ERbittuu Just add an extension for JSQMessagesInputToolbar extension JSQMessagesInputToolbar { override open func didMoveToWindow() { super.didMoveToWindow() if #available(iOS 11.0, *), let window = self.window { let anchor = window.safeAreaLayoutGuide.bottomAnchor bottomAnchor