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.
我有一个 UIViewController,里面有一个 Container。Container 内的视图是一个带有静态表的 UITableViewController。它里面有两个文本框。我想以与父视图中相同的方式引用文本框。这意味着我想将父级设置为文本框的代表。有没有办法轻松做到这一点?
事实证明,我缺少的部分是使用 segue 设置对容器的视图控制器的引用(它需要是自定义的,并且在 .h 中定义了要引用的元素作为出口。
所以总结一下: