Skip to content

Commit c5d0160

Browse files
author
Mike Amaral
committed
Spacing.
1 parent 82b7679 commit c5d0160

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Source/NeonAlignable.swift

+1
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ public extension Alignable {
379379
frame = CGRectMake(xOrigin, yOrigin, width, height)
380380
}
381381

382+
382383
/// Align a view between two sibling views horizontally, automatically expanding the width to extend the full
383384
/// horizontal span between the `primaryView` and the `secondaryView`, with equal padding on both sides.
384385
///

Source/NeonGroupable.swift

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ public extension Groupable {
206206
}
207207
}
208208

209+
209210
/// Tell a view to group an array of its subviews filling the width and height of the superview, specifying the padding between
210211
/// each subview and the superview.
211212
///

0 commit comments

Comments
 (0)