如何在 Xcode 中通过代码触发按钮
在我正在开发的 iPhone 应用程序中,我需要将按钮放置在 UIScrollView 中,但由于我需要放置如此多的按钮来滚动,所以我无法将它们放置在界面生成器中。因此,我必须通过我的代码将它们全部放在滚动视图中。如何在代码中创建一个按钮,然后用它来触发一个操作。
In an iPhone app I am working on, I need to place buttons in a UIScrollView, but because of the fact that I need to place so many buttons to scroll through, I cannot place them in interface builder. Therefore I am having to put them all in the Scroll View through my code. How can I create a button in code, and then use it to trigger an action.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅“如何以编程方式创建基本 UIButton”。另请参阅目标/操作机制。
See "How do I create a basic UIButton programmatically". See also the Target / Action mechanism.
更多信息请点击这里
http://developer.apple .com/library/ios/#documentation/uikit/reference/UIButton_Class/UIButton/UIButton.html
Further information here
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIButton_Class/UIButton/UIButton.html