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.
我刚刚为 iOS 6 更新了我的开发系统,当我测试我构建的应用程序时,我现在只是从我的 UITextfields 中获取(null)。
这是我正在做的一个例子:NSString *email = usernameField.text;
NSString *email = usernameField.text;
在输入该文本字段并返回我输入的内容后,我只得到 (null)
iOS 6 我在这里缺少什么?
弄清楚了。我忘了为该视图合成文本字段。之前没有它他们工作得很好,但 iOS 6 似乎对它更严格。