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.
我有一个UITableViewCell设计在外部笔尖上的按钮。我想知道如何通过这个按钮在情节提要编辑器上创建一个视图。
UITableViewCell
我对这一切有点陌生,所以如果你能解释这个过程,我将非常感激。
你不能完全这样做。假设将保存自定义单元格的表格视图位于情节提要中的视图控制器中,您可以创建从该控制器到目标控制器的转场并为转场命名。然后,当点击单元格的按钮时,让它告诉其控制器调用performSegueWithIdentifier:sender:.
performSegueWithIdentifier:sender: