A UIColor object represents color and sometimes opacity (alpha value).
I want to create a progress bar that has the form of an arc. The color of the progress bar …
ios xcode uicolor uibezierpathI'd like to replicate the default color of the UITextField placeholder field. From the documentation: The placeholder string is drawn …
ios uitextfield uicolorCan anyone tell me the RGB for the default iPhone navigation bar blue? I know that you can normally set …
iphone rgb uicolor navigationbarI have come across many instances when I try to make custom color through code and the result is quite …
objective-c cocoa-touch uicolorI am using a CGColor lightbluecolor and now I want to use the exact color as background of a uiButton. …
swift background uibutton uicolor cgcolorI want to store a UIColor object as an attribute on a Core Data entity, then retrieve it and use …
ios core-data uicolorI'm having an issue comparing UIColors. I have an image, which I have successfully extracted the color on the image …
ios uicolorI have a project where I need to store the RGBA values of a UIColor in a database as an 8…
objective-c ios hex uicolorLet's say I have a custom color in my app: extension UIColor { static var myControlBackground: UIColor { return UIColor(red: 0.3, green: 0.4, …
ios swift uicolor ios-darkmode uitraitcollectionI have a button in the storyboard, I gave it a color magnesium. I am doing some programming on the …
ios xcode storyboard uicolor