From 0478dce82d578018c4117659445cd10abd8d6d0f Mon Sep 17 00:00:00 2001 From: Ami S Date: Mon, 12 Sep 2022 14:09:07 +0530 Subject: [PATCH 1/2] Updated collectionview initializer --- SSPlaceHolderTableView/Library/CollectionView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSPlaceHolderTableView/Library/CollectionView.swift b/SSPlaceHolderTableView/Library/CollectionView.swift index 95f5d36..1a7ffe4 100644 --- a/SSPlaceHolderTableView/Library/CollectionView.swift +++ b/SSPlaceHolderTableView/Library/CollectionView.swift @@ -15,7 +15,7 @@ public class CollectionView: UICollectionView { var objNetworkUnavailableView: NetworkUnavailableView? var networkUnReachableBlock: (() -> Void)? - override init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) { + override public init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) { super.init(frame: frame, collectionViewLayout: layout) setUpCollectionView() } From 9a9e6abe3b41cab0d95498d57941c97ed6979171 Mon Sep 17 00:00:00 2001 From: Ami S Date: Mon, 12 Sep 2022 14:22:15 +0530 Subject: [PATCH 2/2] Version bump from 2.0.0 to 2.0.1 --- SSPlaceHolderTableView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSPlaceHolderTableView.podspec b/SSPlaceHolderTableView.podspec index e4c7f85..ee575ba 100644 --- a/SSPlaceHolderTableView.podspec +++ b/SSPlaceHolderTableView.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "SSPlaceHolderTableView" - spec.version = "2.0.0" + spec.version = "2.0.1" spec.summary = "This is for Placeholder in tableview." # This description is used to generate tags and improve search results.