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

Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want the
UITabBarto have a different shape or size, unfortunately, you won’t be able to change it even by subclassingUITabBar.To get started, you’ll want to take a look at subclassing another type of
UIView— either vanillaUIVieworUIImageView, 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: