¡@

Home 

2014/10/15 ¤U¤È 10:13:13

iphone Programming Glossary: redrgba

How to highlight a UIButton subclass?

http://stackoverflow.com/questions/10084606/how-to-highlight-a-uibutton-subclass

UIGraphicsGetCurrentContext Color Declarations UIColor red UIColor colorWithRed 1 green 0 blue 0 alpha 1 CGFloat redRGBA 4 red getRed redRGBA 0 green redRGBA 1 blue redRGBA 2 alpha redRGBA 3 UIColor darkRed UIColor colorWithRed redRGBA 0 0.8.. Color Declarations UIColor red UIColor colorWithRed 1 green 0 blue 0 alpha 1 CGFloat redRGBA 4 red getRed redRGBA 0 green redRGBA 1 blue redRGBA 2 alpha redRGBA 3 UIColor darkRed UIColor colorWithRed redRGBA 0 0.8 green redRGBA 1 0.8.. Declarations UIColor red UIColor colorWithRed 1 green 0 blue 0 alpha 1 CGFloat redRGBA 4 red getRed redRGBA 0 green redRGBA 1 blue redRGBA 2 alpha redRGBA 3 UIColor darkRed UIColor colorWithRed redRGBA 0 0.8 green redRGBA 1 0.8 blue redRGBA 2 0.8..