【发布时间】:2016-06-07 10:59:52
【问题描述】:
我需要将数据从一个 ViewController 传输到另一个 ViewController 在这里,我在第一个 ViewController 中有多个文本字段,然后它将在我在 FirstViewController 中输入的任何数据中传递 SecondViewController。 你能推荐我吗。
【问题讨论】:
-
也许你应该实现一个合适的 model-layer 而不是使用 user defaults - 因为 user defaults 是不适用于在运行时传输大量数据。
标签: ios objective-c uitextfield nsuserdefaults