Skip to content

Commit 3ae076c

Browse files
committed
Added line above static elements
1 parent acf24cd commit 3ae076c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ extension UIView {
1313
public struct Center: OptionSet {
1414
/// corresponding raw value
1515
public let rawValue: UInt
16+
1617
/// center X
1718
public static let x = Center(rawValue: 1 << 0)
1819
/// center Y

0 commit comments

Comments
 (0)