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.
在 ios6 中,我将 UITextfield 放置在 UIAlertview 上以获取用户的输入。但在 ios7 中它似乎不起作用。知道如何在 ios7 中实现这一目标吗?
谢谢,维拉特
对于相同的任务,我正在创建UIView子类,并将其作为子视图添加到 mainwindow中。这样,它们将出现在所有内容之上,而我可以控制布局和功能。
UIView
window