How can I get the iOS 7 default blue color programmatically?

后端 未结 15 1253
一整个雨季
一整个雨季 2020-12-22 16:04

I\'m creating custom elements in my app and want to match the look and feel of the new iOS. iOS 7 introduced to us a very common lighter blue color, the default color or tin

15条回答
  •  庸人自扰
    2020-12-22 16:45

    It appears to be [UIColor colorWithRed:0.0 green:122.0/255.0 blue:1.0 alpha:1.0].

    screenshot showing Colors window

提交回复
热议问题