gpt4 book ai didi

ios - 在 Interface Builder 中创建工具栏信息按钮

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:43:19 26 4
gpt4 key购买 nike

我知道如何使用 UIButton:buttonWithType:UIBarButtonItem:initWithCustomView: 并提供 UIButton:buttonWithType 参数以编程方式创建工具栏按钮UIButtonTypeInfoLight

我真正想做的是将一个系统按钮拖到一个通用的 barbuttonitem 上以获得一个信息按钮。在界面生成器中。这是一个人可以做的事情,还是我应该自己动手写代码?

最佳答案

试试这个...

let     infoButton        = UIButton.init( type: .infoLight )
let infoBarButtonItem = UIBarButtonItem.init( image: infoButton.image( for: .normal ),
style: .plain,
target: self,
action: #selector( infoBarButtonItemTouched ) )

关于ios - 在 Interface Builder 中创建工具栏信息按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14573945/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com