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
{{ message }}
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
So I stumbled upon this cool looking TabBar and wanted to give it a go.
I created a UITabBarController from the storyboard, then proceeded to create a custom class that is a subclass of PTCardTabBarController. I was able to set the icons but wasn't able to customize the tab bar, the button of items and other elements.
Could you assist me as to how I could further stylize all of the elements?
Also, if I wanted to reduce the width of the tab bar, how could that be done?
Looking forward to hearing from you.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello @n1schal
for now you can modify the background color, and the tint color from the storyboard or the code,
If you want any more customization, let me know so I can edit it.
For the width, right now you can't modify it's width, it's pinned to the screen bounds, but I may enhance it to support sizeToFit width :)
So I stumbled upon this cool looking TabBar and wanted to give it a go.
I created a UITabBarController from the storyboard, then proceeded to create a custom class that is a subclass of PTCardTabBarController. I was able to set the icons but wasn't able to customize the tab bar, the button of items and other elements.
Could you assist me as to how I could further stylize all of the elements?
Also, if I wanted to reduce the width of the tab bar, how could that be done?
Looking forward to hearing from you.
Thanks in advance!
The text was updated successfully, but these errors were encountered: