ermalkaleci / CarbonKit

CarbonKit - iOS Components (Obj-C & Swift)
MIT License
682 stars 164 forks source link

iOS 13.0 issue - selected tab background color is white by default nd can't able to change nd it's working properly in 12.1 or lower version.. #231

Closed KrupaDetroja closed 5 years ago

KrupaDetroja commented 5 years ago

This is 13.0 view

ios_13 0

This is 12.1 view

iOS_12 1

marcinmierzejewski1024 commented 5 years ago

I have the same problem. My guess it's something with iOS 13 motives because when I changed carbonTabSwipeNavigation.toolbar.barStyle to UIBarStyleBlack (UIBarStyleBlackOpaque,UIBarStyleBlackTranslucent are depracated now), active tab background has changed from white to gray.

ermalkaleci commented 5 years ago

Fixing it...

ermalkaleci commented 5 years ago

@marcinmierzejewski1024 @KrupaDetroja fixed. v2.3.0

KrupaDetroja commented 5 years ago

@marcinmierzejewski1024 @KrupaDetroja fixed. v2.3.0

Thank you!!!