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

Image from gradient colors for UIButton normal and highlighted states. #161

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 31, 2013

  1. Image from gradient colors for UIButton.

    Added a new function in NUISettings that returns an image from gradient
    colors and size.
    
    + (UIImage*)getImageFromGradientColors:(NSArray*)colors
    size:(CGSize)size;
    
    Updated NUIButtonRenderer to utilize this new mthod for normal and
    highlighted state gradient backgrounds.
    Basit Ali committed Aug 31, 2013
    Configuration menu
    Copy the full SHA
    b3879c7 View commit details
    Browse the repository at this point in the history
  2. Support for rgba(hexcolor, opacity) eg. rgba(#aabbcc, 0.5) syntax.

    Support for rgba(hexcolor, opacity) eg. rgba(#aabbcc, 0.5) syntax.
    Basit Ali committed Aug 31, 2013
    Configuration menu
    Copy the full SHA
    f8aaa22 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2013

  1. Merge remote-tracking branch 'upstream/master'

    Basit Ali committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    2a998fa View commit details
    Browse the repository at this point in the history