We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7c353 commit 1eb0b92Copy full SHA for 1eb0b92
2 files changed
BKStackLayout.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "BKStackLayout"
3
- s.version = "1.0.1"
+ s.version = "1.0.2"
4
s.summary = "BKStackLayout is a tiny utility library wrapping UIStackView or NSStackView."
5
s.homepage = "https://github.com/ReactComponentKit/BKStackLayout"
6
s.license = "MIT"
BKStackLayout/StackLayout.swift
@@ -364,8 +364,8 @@ extension StackLayout {
364
365
extension StackLayout {
366
@discardableResult
367
- public func align(vertial: VerticalAlignment) -> StackLayout {
368
- self.verticalAlignment = vertial
+ public func align(vertical: VerticalAlignment) -> StackLayout {
+ self.verticalAlignment = vertical
369
return self
370
}
371
0 commit comments