English 中文(简体)
缩略语
原标题:iPhone PopUp RGB colors

我以半个屏幕的消音方式呈递了《国际调查》。 我在很多方面看到了这种看法,但找不到适当的罗姆彩色:

在诸如“接触”中使用:

::

bottomLayer.backgroundColor = [[UIColor colorWithRed:80.0/255.0 green:86.0/255.0 blue:97.0/255.0 alpha:1] CGColor];

但它却带有白色。

如果任何人都能够了解如何设计这种人口。

感谢!

最佳回答
问题回答

在申请/公用事业中,“DigitalColor Meter”具有很大的效用,可以让RGB在你的屏幕上做任何事情。 我认为这令人难以置信。

这一标准的行动背景。 见。 UIActionSheet Level Reference for more information.

Incidentally, the NavBar sample code (linked from within the Related sample code section of the above class reference), is quite a good demo of such things.

如果你想把颜色打上正常的眼光,并想知道为什么其白色,那么答案是,你不必打<条码>。

bottomLayer.backgroundColor = [UIColor colorWithRed:80.0/255.0 green:86.0/255.0 blue:97.0/255.0 alpha:1];




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签