I'd like to make the image in RAMAnimatedTabBarItem more vertically centered, not sticking to the top of the RAMAnimatedTabBar's top. I suppose I have to change the top inset for the image inside the pod code.
I have searched and found that this could be achieved by changing yOffset in method CreateContraints, but I have not found it anywhere in the current version pod. I have tried changing the Theme enum's properties and values in LayoutContainers(), neither seems to be working.
Will you advise something, please? What to do instead of the CreateConstrains method? Or, perhaps, I missed it somehow even though I used the global search?
Hello!
I'd like to make the image in RAMAnimatedTabBarItem more vertically centered, not sticking to the top of the RAMAnimatedTabBar's top. I suppose I have to change the top inset for the image inside the pod code.
I have searched and found that this could be achieved by changing yOffset in method CreateContraints, but I have not found it anywhere in the current version pod. I have tried changing the Theme enum's properties and values in LayoutContainers(), neither seems to be working.
Will you advise something, please? What to do instead of the CreateConstrains method? Or, perhaps, I missed it somehow even though I used the global search?