What is the standard Apple blue colour?
ios, uibutton, uicolor
Solution
Since iOS 7, you can simply use this:
UIColor.systemBlue
Problem
Historic question. the information is now available in UIKit: UIColor.systemBlue How to access / use the standard Apple blue color?