iOS11 UIBarButtonItem not working

后端 未结 3 1421
抹茶落季
抹茶落季 2021-01-13 22:32

I have an app that is live in the store. I am trying to get it ready for the iOS11 release but have run into an annoying problem.

None of the UIBarButtonItem

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-13 23:26

    Had the same issue. It came down to an extension on UIButton in a file called "UIButton+MinimumTouchArea.swift" in our project which overrides UIButton.hitTest and breaks UIBarButtonItem in iOS 11. It took us a the whole day to figure out!

提交回复
热议问题