You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: