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.
我正在创建包含 tabBar 的应用程序。在 tabBar 64*64 和 32*32 图像中满足 tabBarItem。但默认情况下,它会在图像下方留下一些空间。像这样,
我怎样才能删除这个空间。
感谢您的帮助。
Apple 文档 sayas tabbar 项目的主要大小为 30 * 30 请参见:-
https://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html#//apple_ref/doc/uid/TP40006556-CH14-SW1
因此,您只需将带有图像的标签栏项目图标设置为 48x32 像素,这可能是您修复的问题。
标签栏图像始终与标签栏顶部对齐。如果你想让它们在上面和下面有空间,你把那个空间放在图标里。
因此,您需要使图像更高,并在图像顶部留出空白区域。
图片应为 60x60 和 120x120,这样它们会更合适。