UITableView and presentViewController takes 2 clicks to display

前端 未结 8 1589
独厮守ぢ
独厮守ぢ 2020-12-13 18:34

I am using a UITableView to present a variety of viewControllers. Depending on which index is clicked, it will present a different view controller, which can then be dismis

8条回答
  •  轮回少年
    2020-12-13 19:14

    This is an actual bug in presentViewController:animated:completion:. See my answer with the proper workaround here: https://stackoverflow.com/a/30787046/1812788

提交回复
热议问题