1and2papa / CTAssetsPickerController

iOS control that allows picking multiple photos and videos from user's photo library.
MIT License
2.15k stars 550 forks source link

Appearance Proxy doesn't change Navbar title color #198

Closed ctews closed 8 years ago

ctews commented 8 years ago

Hey guys,

I'm just stuck with the appearance proxy and it is also not working in the demo example so I'm wondering what is going wrong here. I'm trying to change the UINavigationBar title attributes like following:

let navBar = UINavigationBar.appearanceWhenContainedInInstancesOfClasses([CTAssetsPickerController.self])
 navBar.titleTextAttributes = [NSForegroundColorAttributeName:UIColor.whiteColor()]

but the color doesn't get applied Tintcolor for example works (also in example app) but title color refused to work. Any suggestions? Calling it at the same time like in the CTAppearanceViewController example.

Thanks in advance!

1and2papa commented 8 years ago

Hi @ctews, I did a quick fix. Please update to v3.2.3

ctews commented 8 years ago

Thx very much for the quick fix @chiunam!