增加标签栏项目的宽度以适合图像
我正在做一个简单的基于选项卡的应用程序,有一个 2 个选项卡项目,我想在其中包含一张图像 每个选项卡。
问题是,tabbarcontroller 正在裁剪图像而不是将它们放入其中。我只有两个图像,基本上是文本,上面写着“关于”,“设置”,我希望它们占据选项卡栏的整个宽度。就像附图一样。我怎样才能在不裁剪图像的情况下实现这一目标。
参考图像“关于”& “扫描QR”是图像。
谢谢
I am doing a simple tab based app, with one 2 tab items and I would like to have an image in
each tab.
The problem is, tabbarcontroller is cropping the images rather than fitting them in. I just have two images, basically text, saying "ABOUT","SETTINGS" and i would like them to take the full width of the tab bar. Something like the attached image. How can i achieve this without the images getting cropped.
Referring to the image "ABOUT" & "SCAN QR" are images.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为使用标准控件无法实现您希望完成的任务。
我建议使用自定义工具栏而不是选项卡栏控制器。
I don't think what you wish to accomplish is achievable by using the standard controls.
I'd recommend using a custom toolbar instead of the tab bar controller.