newTabBar widget with 4 buttons

What is the proper way of creating a tabbar with 4 buttons instead of the standard 3?

I need the ability to at least add custom icons to each tab. 

I did some searching around and tried a few things, but can’t seem to get anything to work. I went as far as creating 4 individual buttons and was going to call them to hide/show to continue in the pressed state, but the code seemed a little excessive. 

Take a look at Corona Labs sample app called Widget Demo. Its installed in your Samples folder where Corona SDK is installed. It creates a 4 button tab bar. Hope this helps.

Thanks

Take a look at Corona Labs sample app called Widget Demo. Its installed in your Samples folder where Corona SDK is installed. It creates a 4 button tab bar. Hope this helps.

Thanks