Nathan

Results 33 comments of Nathan

What was the expected result ? Here's how Chameleon themes the Nav bar: ``` objc UIColor *contentColor = ContrastColor(primaryColor, NO); // When .Contrast is used [[UINavigationBar appearanceWhenContainedIn:[self class], nil] setBarTintColor:primaryColor];...

Confirmed. Steps to reproduce: 1. Use Demo project 2. Remove theme code inside AppDelegate 3. Add the following code to ViewController.swift ``` swift setThemeUsingPrimaryColor(.flatPlum, withSecondaryColor: .flatBlue, andContentStyle: .contrast) ``` Results:...

I don't see any import to Photos' lib. Are you sure it's because of Chameleon ? It's been confirmed that even importing a library will result in rejection if the...

If that's the message then either your app or some library you are using does access or import those frameworks.

PRs are welcome. There's already a proposed fix: https://github.com/ViccAlexander/Chameleon/issues/156#issuecomment-255527599

You should provide an example if you can (code and/or images of the issue)

Could you commit a README update also ? Consider using the same style if you can 😉

Checkout comment on #186 related to naming. Your style would appear to be more specific and consistent with the current API

It's not intentional. The admin will send a new version when he can. cc @ViccAlexander In the meantime, you can just point your Podfile to "master".