Search code examples
iosxcodexib

How to set Hex color code in xib in iOS


I am not finding an option for Hex color code in xib color picker in xcode.

But I have seen in stack over flow answer, https://stackoverflow.com/a/27283783/4391112.

In this, image is having Hex color code option in color picker.

Xcode version : 6.1.1

How can i get that hex color code in color picker in xib.

Please suggest me.

Thanks

Update: Is there any plugin for xcode to select color in hexa color code. I am using xcode 6.1.1.

or is there any setting in xcode to change the colr in hexa code.

please help me guys


Solution

  • Select Color Picker From Xib , then choose the RGB Slider from second option Color Slider , now you can Enter HEX color (Below RGB Slider) Codes or Select RGB Values from Sliders.

    enter image description here