【发布时间】:2017-11-20 16:37:35
【问题描述】:
我想通过来自另一个 ViewController 的用户输入添加基于另一个 ViewController 的动态文本字段
例子:
BaseViewController -> 用户输入(要生成多少个 TextField?) -> 发送按钮 ViewController -> BaseViewController = 5 的用户输入然后 -> 在 ViewController 上生成 5 个文本字段。
希望对你有所帮助,我实在想不通。尝试搜索添加动态文本字段的教程,但不幸的是它不适合我的需要。 谢谢。
【问题讨论】:
标签: ios swift uiviewcontroller