Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label background color #1816

Closed
wants to merge 1 commit into from
Closed

Commits on Mar 23, 2012

  1. Fix for Label Blending Issue:

    Problem: You couldn't assign a backgroundColor directly to a label. It is initialized to clear. This can lead to performance penalty, as described in this post: http://blogs.captechconsulting.com/blog/john-szumski/performance-tuning-older-ios-devices
    Solution: Enabled setBackgroundColor_ for label. Performs as before - if no color given, defaults to clear (transparent) else assigns bg color to the label directly.
    meeech committed Mar 23, 2012
    Copy the full SHA
    1338566 View commit details
    Browse the repository at this point in the history