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 716212a commit 7eb6523Copy full SHA for 7eb6523
Sources/Stevia/Stevia+Constraints.swift
@@ -10,7 +10,7 @@
10
import UIKit
11
12
public class SteviaLayoutConstraint: NSLayoutConstraint {
13
- public static defaultPriority:Float = UILayoutPriority.defaultHigh + 1
+ public static var defaultPriority: Float = UILayoutPriority.defaultHigh + 1
14
}
15
16
0 commit comments