Coder Social home page Coder Social logo

bug with FXForm about chameleon HOT 6 CLOSED

realcarlos avatar realcarlos commented on July 16, 2024
bug with FXForm

from chameleon.

Comments (6)

vicc avatar vicc commented on July 16, 2024 1

UIStatusBar and UITableViewCell display the wrong color.

If you're seeing unexpected results for UIStatusBar, make sure you set the following key View controller-based status bar appearance in your info.plist file to NO.

With regards to the UITableViewCell, I have found a solution. Add these two lines to your view controller and it should fix the problem:

[[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 UITableViewCell. Until I figure out how to only affect these accessory view buttons and not all UIButton's inside UITabelViewCell's it'll just have to be done manually.

and same problem occurs in UIImagePickerController ,the background color of cancel button and choose button

This has been solved in Chameleon 2.0.5. 👍

from chameleon.

bre7 avatar bre7 commented on July 16, 2024

Upload a screenshot if you can

from chameleon.

realcarlos avatar realcarlos commented on July 16, 2024

screen shot 2015-11-01 at 6 55 42 pm
sau8 phtka 7 tv1_ mqu0
and same problem occurs in UIImagePickerController ,the background color of cancel button and choose button

from chameleon.

bre7 avatar bre7 commented on July 16, 2024

Which color should it be ? Keep in mind that globalTheme methods affect almost all the UI components in the app

from chameleon.

realcarlos avatar realcarlos commented on July 16, 2024

I think that the color of checkmark should be flatBlueColor,but it becomes white.

from chameleon.

bre7 avatar bre7 commented on July 16, 2024

That's because of how UIBittons are themed.

from chameleon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.