-
Notifications
You must be signed in to change notification settings - Fork 1.3k
bug with FXForm #83
Comments
Upload a screenshot if you can |
Which color should it be ? Keep in mind that globalTheme methods affect almost all the UI components in the app |
I think that the color of checkmark should be flatBlueColor,but it becomes white. |
That's because of how UIBittons are themed. |
If you're seeing unexpected results for With regards to the [[UIButton appearanceWhenContainedInInstancesOfClasses:@[[UITableViewCell class]]] setBackgroundColor:ClearColor];
[[UIButton appearanceWhenContainedInInstancesOfClasses:@[[UITableViewCell class]]] setTintColor:FlatBlue]; The reason I haven't added this is because I haven't decided whether it should be the default behavior or not. Obviously this is really useful, but it also messes up any other button in a
This has been solved in Chameleon 2.0.5. 👍 |
when set
[Chameleon setGlobalThemeUsingPrimaryColor:[UIColor flatBlueColor] withContentStyle:UIContentStyleContrast];
UIStatusBar
andUITableViewCell
display the wrong color.The text was updated successfully, but these errors were encountered: