iosuibuttonuicolor

What is the standard Apple blue colour?


Historic question.

the information is now available in UIKit:

UIColor.systemBlue


How to access / use the standard Apple blue color?


Solution

  • Since iOS 7, you can simply use this:

    UIColor.systemBlue