eggswift / ESTabBarController

:octocat: ESTabBarController is a Swift model for customize UI, badge and adding animation to tabbar items. Support lottie!
MIT License
5.17k stars 578 forks source link

Change item image and title size #225

Closed imJithin777 closed 4 years ago

imJithin777 commented 4 years ago

Is there any way to change the size of the image and the size of the title name inside the ESTabbar...i have tried many ways but it doesnt work. Please reply ASAP.

gifranzo commented 4 years ago

Did you find a solution for that?

eggswift commented 4 years ago

Create ESTabBarContentView subclasses, and custom layout

Inspid commented 4 years ago

Customise value of variable s (image size) and f (title font size) in ESTabBarItemContentView.

Note: Check the size by each time running the app and deleting it because ESTabBarController makes cache when the first time the app is installed in device or simulator.

gifranzo commented 4 years ago

Worked! Thank you

abdulazizSi commented 4 years ago

Worked! Thank you

Hi Can you please provide the code