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.
我的应用程序中有一个 UITableView ,但退出编辑模式并没有什么意义。不过,我仍然希望用户在另一个屏幕上钻取和编辑内容。启用编辑时是否可以使行按下?
谢谢
[UITableView allowsSelectionDuringEditing]. Interface Builder 中的第一个表属性之一。
[UITableView allowsSelectionDuringEditing]