We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb61d8 commit 5fd25f1Copy full SHA for 5fd25f1
ManualLayout/Operators.swift
@@ -6,9 +6,9 @@
6
// Copyright (c) 2015 Baris Sencan. All rights reserved.
7
//
8
9
-import Foundation
+import UIKit
10
11
- infix operator =~ { associativity right precedence 150 }
+infix operator =~ { associativity right precedence 150 }
12
13
public func =~ (inout point: CGPoint, pointTuple: (CGFloat, CGFloat)) -> CGPoint {
14
point = CGPoint(x: pointTuple.0, y: pointTuple.1)
0 commit comments