Skip to content

Commit 55d57f3

Browse files
author
Luc Dion
authored
Merge pull request #12 from lucdion/renamed_align_enums
Replace the unique Align enumeration by three enumerations:
2 parents 2bdbb79 + 270012a commit 55d57f3

File tree

4 files changed

+423
-262
lines changed

4 files changed

+423
-262
lines changed

FlexLayout.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "FlexLayout"
4-
s.version = "1.1.0"
4+
s.version = "1.1.1"
55
s.summary = "FlexLayout"
66

77
s.homepage = "https://github.com/lucdion/FlexLayout.git"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ The `alignItems` property defines how flex items are laid out along the cross ax
533533
**Method:**
534534

535535
* **`alignSelf(_: Align)`**
536-
The `alignItems` property controls how a child aligns in the cross direction, overriding the `alignItems` of the parent. For example, if children are flowing vertically, `alignSelf` will control how the flex item will align horizontally.
536+
The `alignSelf` property controls how a child aligns in the cross direction, overriding the `alignItems` of the parent. For example, if children are flowing vertically, `alignSelf` will control how the flex item will align horizontally.
537537

538538
The `auto` value means use the flex container `alignItems` property. See `alignItems` for documentation of the other values.
539539

0 commit comments

Comments
 (0)