ChenYilong / CYLTabBarController

[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】
MIT License
6.91k stars 1.45k forks source link

[Q-A]Icon Size And blurry: #554

Closed hadouken111 closed 3 years ago

hadouken111 commented 3 years ago



My issue:

Hello, I try the demo project : and I use my custom Image on it

image size 25x25 for HomeIcon , 50x50 for HomeIcon@2x and 75x75 for HomeIcon@3x

but I have 2 problem the first one :

-The size of the icon, the icon is small and I want to grow up the size of the icon, i try with image more big ( 32x32 for HomeIcon , 64x64 for HomeIcon@2x and 128x128 for HomeIcon@3x ) but the icon are blurry (this is my second problem) :(

Can you please help me :) Thank

ChenYilong commented 3 years ago

sorry to tell you , you have to resize the icon in Images.xcassets or Finder . there is no way to grow up size with code