在 iOS 中使用 UIImage 初始化 UIBarButtonItem 并调整图像大小
我正在尝试使用图像初始化 UIBarButtonItem。可用的方法是 initWithImage。当我这样做时,图像只是一块颜色。我希望能够调整该图像的大小。我该怎么做?
I am trying to initialize a UIBarButtonItem with an Image. The available method is initWithImage. When I do this, the image is just a block of color. I want to be able to resize this image. How do I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
内部 UIBarButtonItem 图像需要是一种纯色(如果不这样做,系统会将其变为白色),并具有用于透明度的 Alpha 通道。
Internal UIBarButtonItem images need to be one solid color (system turns it into white if you don't) with an alpha channel for transparency.