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
swift 4 way:
extension UIColor { static let system = UIView().tintColor! }