1

Is there a way to customize the bottom tabview buttons to have different sizes and even shape. Something like this:

enter image description here

Thanks!

James Gu
  • 1,382
  • 4
  • 26
  • 39

1 Answers1

1

If you want the UITabBar to have a different shape or size, unfortunately, you won't be able to change it even by subclassing UITabBar.

To get started, you'll want to take a look at subclassing another type of UIView -- either vanilla UIView or UIImageView, add icons to them, and configure touch events to make them do what you want.

Here's some helpful resources for you to get started:

Community
  • 1
  • 1
Roy
  • 3,574
  • 2
  • 29
  • 39