diff --git a/Blueprints.podspec b/Blueprints.podspec index d3a4078..deeccbd 100644 --- a/Blueprints.podspec +++ b/Blueprints.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Blueprints" s.summary = "A collection of flow layouts that is meant to make your life easier." - s.version = "0.11.3" + s.version = "0.11.4" s.homepage = "https://github.com/zenangst/Blueprints" s.license = 'MIT' s.author = { "Christoffer Winterkvist" => "christoffer@winterkvist.com" } diff --git a/Sources/Shared/Core/HorizontalBlueprintLayout.swift b/Sources/Shared/Core/HorizontalBlueprintLayout.swift index 3c55b32..9329f9b 100644 --- a/Sources/Shared/Core/HorizontalBlueprintLayout.swift +++ b/Sources/Shared/Core/HorizontalBlueprintLayout.swift @@ -134,6 +134,7 @@ for section in 0.. 0 else { + layoutAttributes.append([]) continue } diff --git a/Sources/Shared/Core/VerticalBlueprintLayout.swift b/Sources/Shared/Core/VerticalBlueprintLayout.swift index aa50d1e..d2c0888 100644 --- a/Sources/Shared/Core/VerticalBlueprintLayout.swift +++ b/Sources/Shared/Core/VerticalBlueprintLayout.swift @@ -122,6 +122,7 @@ for section in 0.. 0 else { + layoutAttributes.append([]) continue }