Minitour / AZTabBarController

A custom tab bar controller for iOS written in Swift 4.2
MIT License
348 stars 65 forks source link

Custom image for selected state is not working properly #51

Closed mubashirhussain closed 6 years ago

mubashirhussain commented 6 years ago

I have downloaded the sample code and added my custom image for tab bar, but upon selection the tabbar image is filling the image color instead of rendering the image as it is. See the attached screenshot of simulator and original image how it should render in tab bar.

This is happening because of tab bar selected state color, can you set it to nil so that tabbar can render the selected state image from assets. simulator screen shot - iphone 8 - 2018-11-11 at 16 40 47 maps_tab_s 3x

Minitour commented 6 years ago

Hi, see issue #13

mubashirhussain commented 6 years ago

Thanks