mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[overlay] Hide the _ExpressibleByColorLiteral initializer from code completion.
Fixes: <rdar://problem/32726800>
This commit is contained in:
@@ -216,7 +216,7 @@ extension UIView : _DefaultCustomPlaygroundQuickLookable {
|
||||
#endif
|
||||
|
||||
extension UIColor : _ExpressibleByColorLiteral {
|
||||
@nonobjc public required convenience init(colorLiteralRed red: Float,
|
||||
@nonobjc public required convenience init(_colorLiteralRed red: Float,
|
||||
green: Float,
|
||||
blue: Float, alpha: Float) {
|
||||
self.init(red: CGFloat(red), green: CGFloat(green),
|
||||
|
||||
Reference in New Issue
Block a user