Custom Keyboard InputAccessoryView not visible in iOS 11

前端 未结 7 1956
攒了一身酷
攒了一身酷 2021-02-18 21:30

I have implemented Custom input accessory view it was working fine till iOS 10.3.1. But it\'s not visible in iOS 11 beta.

Have anyone experience this issue?

7条回答
  •  北恋
    北恋 (楼主)
    2021-02-18 22:11

    I've had the same issue and I've found out that removing all of the bottom, top, leading, training, left, right constraints for the view that is assigned accessoryView solved it.

提交回复
热议问题