如何“附加” UITableViewCell 到 TextView?
我正在寻找类似苹果邮件应用程序中的“收件人:”字段的功能。基本上我希望 UITableViewCell 粘在 TextView 的顶部。实际上,它不一定是 UITableViewCell,只要我可以在顶部粘贴一个标签、一个文本字段和一个按钮,就像在 Mail 编辑器中一样。
我试图将这些东西放在滚动视图上,但无法弄清楚。
如有任何帮助,我们将不胜感激:)
PS。我知道 Three20,但我更想弄清楚如何使这个 To: 字段与我自己看起来相似,使用我自己的代码并且没有依赖项。
I'm looking to make something like the To: field in Apples Mail app. Basically I want a UITableViewCell to stick to the top of a TextView. Actually it is not a necessity that it be a UITableViewCell, as long as I can stick a label, a text field and a button to the top, just as in the Mail composer.
I've tried to put these things on a scroll view, but couldn't figure that out.
Any help is appreciated :)
PS. I know of Three20, but I would much more like to figure out how to make this To: field lookalike myself, with my own code and no dependencies.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会在表视图和表视图页脚中的视图中执行此操作。
I would do this in a table view and the view in the footer of the table view.