Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以有一个clipsToBounds设置为的表格视图YES并允许 UITableViewCells 的部分内容从单元格的左侧和右侧突出?
clipsToBounds
YES
不,要么整件事情都被剪裁了,要么没有。您可以做的是让父视图中的表格视图与所需高度和屏幕一样宽,并将其设置为剪辑。