ios13 UIPopoverViewController showing UITableViewController - Safe Area problems / Missing parts of table

前端 未结 3 1611
你的背包
你的背包 2020-12-19 11:20

In the same theme as this post:

iOS 13 - UIPopoverPresentationController sourceview content visible in the arrow

I have a UITableViewController instantiated

3条回答
  •  我在风中等你
    2020-12-19 12:12

    I have found the answer. I have to implement my own UIPopoverBackgroundView. Example: https://github.com/mattneub/Programming-iOS-Book-Examples/blob/master/bk2ch09p476popovers/ch22p751popovers/MyPopoverBackgroundView.swift It works for me.my popover

提交回复
热议问题