Description
I found that use roundf() to calculate rect in RDVTabBarItem is not perfect. Image and title have a different center point in the horizontal. I use floor() to replace roundf(). It works fine. Image and title look like on the right position.
So, could you tell me why not you choice floor()? Thx.
Steps to Reproduce
Use iPhone Plus, X and X Max can reproduce it.
Description
I found that use roundf() to calculate rect in RDVTabBarItem is not perfect. Image and title have a different center point in the horizontal. I use floor() to replace roundf(). It works fine. Image and title look like on the right position.
So, could you tell me why not you choice floor()? Thx.
Steps to Reproduce
Use iPhone Plus, X and X Max can reproduce it.