Selectable objects on UITableViewCell not responding to user input on iOS14

前端 未结 1 1415
迷失自我
迷失自我 2021-01-19 01:19

While compiling a couple of projects with XCode 12 (beta 5 is the latest version at the moment) and running them on iOS14, I\'ve noticed that UIButton, UI

1条回答
  •  盖世英雄少女心
    2021-01-19 02:09

    All the select response issue may caused by adding subview on UITableviewCell. The right way is add on UITableViewCell.contentView, check it first.

    0 讨论(0)
提交回复
热议问题