An iOS class used for representing color and opacity.
0
votes
1answer
28 views
Can't convert hex color to rgb because of int representation
I'm downloading hex color from web and when I try to convert it to RGB it's not working.
I'm using this function:
#define UIColorFromRGB(rgbValue) [UIColor colorWithRed:((float)((rgbValue & ...
-1
votes
5answers
49 views
Set own custom colors and fonts in UIColor
I am new to ios, Just need to clear two doubts:
1.I am aware that to set custom colors we use following method:
[UIColor colorWithRed: 127 green:127 blue:127 alpha:1]
How do I find out from an ...
1
vote
1answer
25 views
iOS' equivalent to [NSColor colorUsingColorSpaceName:NSCalibratedRGBColorSpace]
What is UIColor's equivalent to NSColor's:
NSColor *newColor = [someColor colorUsingColorSpaceName:NSCalibratedRGBColorSpace]
Not even UIColor, but anything supported on iOS that does the same ...
-2
votes
1answer
41 views
What is the syntax for using the color property of a class in an “if…then” statement [closed]
I have a program in which depending on where I touch the screen, it will make a square turn red or blue. But based on what color the square is, I want to have a specific set of rules. I'm trying to ...
-1
votes
1answer
37 views
Particular color and shape of a subview?
I want to show a subview like this (that appears when I try to forward a mail).
How to select this shaded color? Thank you very much.
0
votes
1answer
37 views
Why will my UIColor not create properly? [closed]
I need help! I'm very new to this and I am trying to make a UIButton with a fill color, but every time I try to create my UIColor to fill it with it doesn't work.
When I use:
UIColor ...
0
votes
1answer
26 views
How to get the coordinates of each pixel of custom uiimage?
Hi everyone
I need to write the simple puzzle game and the main condition is that when the piece of puzzle is close to its destination when it is "released" it gets there exactly where it should be.
...
2
votes
2answers
50 views
Why does -[UIColor setFill] work without referring to a drawing context?
It escapes me why this code, inside drawRect:, works:
UIBezierPath *buildingFloor = [[UIBezierPath alloc] init];
// draw the shape with addLineToPoint
[[UIColor colorWithRed:1 green:0 blue:0 ...
0
votes
0answers
5 views
Change color of cursor (caret) in UITextView without private method calls
Is there a class for a custom UITextView with a customizable cursor color?
Dov did this for UITextFields already:
Change UITextField Cursor / Caret Color
0
votes
1answer
10 views
How to set the textcolor for a UILabel, which I get using the tag?
[[self.view viewWithTag:thisTag].layer setTextColor:[UIColor redColor]];
This doesn't work.
0
votes
1answer
28 views
Tint Color of Appstore TopBar
I like to use the same tint color that apple uses for its iOS6 Appstore top bar.
But I can't manage to find out the right color. I tried a lot of colors but none of them was right.
Does anybody ...
0
votes
1answer
19 views
UIColor Category Linker Errors
Earlier today I tried to add Unit tests to my xcode project for a static framework that I am creating. After adding the Unit Tests target to my project, I was able to successfully run the unit tests ...
0
votes
0answers
59 views
Find existence of a given color in an image [closed]
When we open camera,from that camera view I need to find existence of red color in that camera view .If it is there,then at which point it is there I need to know.I don't have any idea.let me know ...
0
votes
1answer
33 views
iPad app modalpopup view corner not get proper color…?
I'm developing iPad application, at some point I need to popup view on IBAction. And the same I done properly with below code.
SCSelection *vcSCSelection = [[SCSelection ...
0
votes
2answers
63 views
iPhone UIColor getrgb strange alpha value
I am trying to get RGB, alpha value from UIColor variable.
currentColor = [[UIColor alloc]init];
currentColor = [UIColor blackColor];
CGFloat red, green, blue, alpha;
[currentColor getRed: ...
0
votes
1answer
44 views
Custom UIColor created from colorWithRed:green:blue:alpha, alpha Parameter is not being applied
I am currently creating a color like this:
+(UIColor *) colorForGlobalMenuItemCellFont {return [UIColor colorWithRed:144.0/255.0 green:146.0/255.0 blue:152.0/255.0 alpha:0.5];}
and I assign it like ...
0
votes
1answer
28 views
change font color to background darkness
In my app, you can change the background color of your view, but the fontcolor stays the same. Now my question here is if I can make the font color change from black to white and vice-versa according ...
0
votes
2answers
31 views
UIColor resolveClassMethod not resolving from selector
I'm having issues with this code :
NSString *value = (NSString*)[self.colorsData objectForKey:key];
SEL selector = NSSelectorFromString(value);
BOOL isColorMethod = [[UIColor class] ...
1
vote
2answers
56 views
How to properly use a UIColor as a property
Why is my color property always null?
@interface StreamingMediaControlButton : UIButton
@property (strong, nonatomic) UIColor *color;
@end
@implementation StreamingMediaControlButton
- ...
0
votes
1answer
40 views
Set the tltleColor of a button
My app is crashing when I try to change the color of the text which is inside a button (myButton.titleLabel.textColor).
If I do that the app does not crash but the color of the text keeps in ...
0
votes
3answers
68 views
What color is the text of a default UIButton?
What color is the text of a default UIButton? I am trying o recreate it in some table view cells but not having luck. The closest I have come is:
[UIColor colorWithRed:0/255.0 green:51.0/255.0 ...
0
votes
1answer
56 views
Modifying entire NSMutableAttributedString using addAttribute:
I am looking for a way to color the first word in a sentence a different color to that of the rest of the sentence. METHOD_001 first colors the whole string white then re-colors the first 8 characters ...
0
votes
3answers
35 views
UIView background colour white
I have the following code within my table view controller. It returns a custom view for section headers in the table.
- (UIView *)tableView:(UITableView *)tableView ...
0
votes
1answer
252 views
UIImage from UIColor with alpha
I am trying to create a UIImage from this UIColor value I have. The UIImage is being created, but the alpha value is lost. The image remains opaque. I am using the following code:
@implementation ...
1
vote
2answers
216 views
Remove gloss/gradient effect from Navigation/Tab bars
I would like to remove the gradient effect that occurs in the UINavigationBar and UITabBar. The following picture shows an example tab bar using the custom UIColor of 7/29/88 (RGB), set using ...
0
votes
0answers
53 views
How to use CATransform3D in combination with UIColor's colorWithPatternImage
I have a view which backgroundColor I set using UIColor's colorWithPatternImage. This works fine but when I then use:
CATransform3D sublayerTransform = CATransform3DIdentity;
sublayerTransform.m34 = ...
0
votes
1answer
44 views
Creating a pattern background for View
I have a view which has a patterned background. Previously I sliced the image to size so they are really large.
I think there is a better way to approach with a background color and a pattern image ...
0
votes
1answer
44 views
Manually color fading from one UIColor to another
I'm trying to fade one UIColor to another in a drawRect. I've created this function to calculate a color at a certain percentage:
- (UIColor *)colorFromColor:(UIColor *)fromColor toColor:(UIColor ...
0
votes
0answers
44 views
Transparent UITableView's background colour's alpha set to 1.0 on viewDidAppear
I have set the table view's background colour to clearColor in Interface Builder and have a UIImageView in the background (not as table view's backgroundView). When the controller containing the table ...
0
votes
1answer
63 views
how do i display each word of string with different color in UITextfield
I am using UILable to display data.
I have one NSString @"Hello How are you?". I want to display each word in different color. For Example Hello - in red Color , How - in yellow color etc.
I tried ...
-3
votes
2answers
57 views
Creating colors with UIColor [duplicate]
I am trying to create the below color in Xcode, but cannot seem to get it to match?
I have tried the following:
setBackgroundColor:[[UIColor alloc] initWithRed:0 green:47 blue:135 alpha:1]];
Is ...
0
votes
3answers
176 views
colour icon in UITabbar item objective-c
I have a UITabbar controller with 3 item, I want to have colour icon instead of based Gary icons,
would you please give me some hint that how can I have colour icon in tababr,
Here is my code:
...
0
votes
1answer
77 views
How do I change background color using Swipe Gesture
I have an array set up with my colors, but when I swipe the view it always changes the color to the last item in the array.
What am I missing? Is my for loop set up correctly?
Here's my code:
- ...
0
votes
2answers
28 views
How to get the name of a UIColor?
I have an array of UIColors like
[UIColor blueColor];
is it possible to get the name "blue" from that UIColor, to display it in a string?
3
votes
3answers
150 views
Best way to handle a chain of animations with UIViewAnimations
I am build an iOS application in which I have a requirement for the backgroundColor of the view to animation through a selection of colors. In my viewDidLoad method I am basically firing off a chain ...
-2
votes
1answer
31 views
how to know a color percentage in UIImage? [closed]
how do i get a color percentage in UIImage? how to get for example the percentage of the red color
0
votes
0answers
17 views
UIColor from rgba code odd behaviour
I have the following code for converting values like 128,64,32,0.5 to UIColor. It fails if I pass any of the RGB component as 0 (eg: 0,0,128,1 ). Any clue what am I missing?
+ (UIColor *) ...
3
votes
1answer
126 views
Using a NSString to set a color for a label
I want to create a method and use a string value "redColor" to set the UIColor for a label. tableColorName is the NSString "redColor" and I tried to apply a selector to create the UIColor and apply it ...
0
votes
2answers
97 views
Use of a singleton for creating a basic style helper class
I am a newbie to objective-c and I have an architectural or design pattern question. I am building an ios app and like most ios apps, it uses various colors, font, patterns etc. Perhaps I am currently ...
-2
votes
6answers
129 views
How can I modify a UIColor's hue, brightness and saturation?
Lets say I have a UIColor
UIColor *color = [UIColor redColor];
Now I want to modify the saturation/hue/brigthness, how do I do that?
I did read the documentation but i'm still really confused
I ...
0
votes
1answer
30 views
How to change the Color of text in UITabBarItem in iOS 4
I know iOS 5 and later has methods to change the attributes for UITabBarItem but i don't know how to change the color of UITabBarItem title in iOS less than 5.0
0
votes
0answers
126 views
iOS UIImageView overlay with drawRect no working
I have subclassed a UIImageView and am attempting to overlay a color on it but it is not working. My code is as follows:
UIImageView:
- (id)initWithImage:(UIImage *)image
{
self = [super ...
0
votes
2answers
133 views
how to select a random color from a method with label and color objects?
Trying to run random colors from the three defines color properties,
int num1 = rand() %3;
color1= [UIColor colorWithRed:0.5/num1 green:0.7/num1 blue:0.5/num1 alpha:1.0];
[self setColor:color1 ...
0
votes
0answers
28 views
How do i define a method that takes label object and color(number) that sets label's background color to the specified color? [duplicate]
I am new to objective c development, i am trying to create a basic slot machine functionality when the button is clicked, the screen should output three random colors.
In the action method takes label ...
0
votes
2answers
103 views
how to randomly display three colors when the button is clicked?
I've been trying to display three random colors using the labels in the screen when the button is clicked.
-(IBAction)spinButton:(id)sender;
{
NSLog(@"Spin started.");
NSLog(@"Message");
...
-1
votes
2answers
84 views
how do i add three color blocks using labels and randomly display a color when the button is clicked? [closed]
I am a newbie in the objective c development, i am trying to put three different color blocks in the screen and a button. whenever i click on the button, colors are randomly selected and displayed.
...
1
vote
1answer
65 views
I'm struggling to compare a UIcolor that I have made
I've built a set of custom colours to use in my app, such as lime
mylimeColor = [UIColor colorWithRed:0.502 green:1.000 blue:0.000 alpha:1.000];
Setting something to this colour works fine, but I'm ...
1
vote
1answer
60 views
iOS ACEDrawingView can't set RGB colour, only default UIColor value
I'm playing around with this ACEDrawingView code: https://github.com/acerbetti/ACEDrawingView
I'm trying to set the pen color using RGB values, but it crashes every time I try to draw with the pen ...
0
votes
0answers
29 views
detailtextlabel color change using array?
I have a potential predicament in relation to changing the color of the detailLabelText for numerous cells.
Currently the Title and DetailText are defined using two arrays:
...
0
votes
1answer
86 views
iOS Find Color at Point Between Two Colors
I have a problem: I need to be able to take two colors and make a 'virtual gradient' out of them. I then need to be able to find the color at any point on this line. My current approach is this:
if ...






