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.
我需要一个像“面板”这样的工具栏,它可以包含文本字段和按钮,就像你可以定义它的宽度和高度以及它的位置的工具栏一样。您可以将您想要的元素放入“工具栏”。
如下所示:
替代文本 http://s3.amazonaws.com/entp-tender-production/assets/b6e1e6b369c17143626311c3872bfec079e988b5/toolbar1.png?AWSAccessKeyId=1AJ9W2TX1B2Z7C2KYB82&Expires=1255600931&Signature=sE8GI%0%2B3mKWb5c5DfI%0%2B3mKWb5
替代文字 http://s3.amazonaws.com/entp-tender-production/assets/f566c7ac698bbc87fed7d27e88355b789bec89c6/toolbar2.png?AWSAccessKeyId=1AJ9W2TX1B2Z7C2KYB82&Expires=1255601035&Signature=gn2lf08YMhW%2FTi6Meamx4
有什么线索吗?
不确定我是否理解。你能不能拿一个普通的UIView文本字段和按钮,不管高度和宽度,然后addSubview在你需要看到它的时候,removeFromSuperview当你完成的时候?
UIView
addSubview
removeFromSuperview
为什么不使用工具栏并向其添加添加子视图。您可以将 UIViews 和 UIButtons 分层为文本。