jsqmessageviewcontroller ios11 toolbar

前端 未结 8 1289
故里飘歌
故里飘歌 2020-12-16 05:01

I have tried the swift example of JSQMessageViewController inside iOS 11 simulator. Here is the result:screenshot

I have tried using safe area margin an

8条回答
  •  旧巷少年郎
    2020-12-16 05:49

    I am proposing a fixed fork based on the JSQ latest develop branch commit.

    It is using the didMoveToWindow solution. Not ideal but worth to try while waiting for Apple's answer about inputAccessoryView's safe area layout guide attachment, or any other better fix.

    You can add this to your Podfile, replacing the previous JSQ line:

    pod 'JSQMessagesViewController', :git => 'https://github.com/Tulleb/JSQMessagesViewController.git', :branch => 'develop', :inhibit_warnings => true
    

提交回复
热议问题