From 52c986aa7a3e0b9eedc82ebe86c2ea912acbca36 Mon Sep 17 00:00:00 2001 From: Khaled <52253073+Tobiuoker@users.noreply.github.com> Date: Tue, 22 Sep 2020 17:58:57 +0600 Subject: [PATCH] Update ButtonBarPagerTabStripViewController.swift --- Sources/ButtonBarPagerTabStripViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ButtonBarPagerTabStripViewController.swift b/Sources/ButtonBarPagerTabStripViewController.swift index 36e008d6..2499a96f 100644 --- a/Sources/ButtonBarPagerTabStripViewController.swift +++ b/Sources/ButtonBarPagerTabStripViewController.swift @@ -64,7 +64,7 @@ public struct ButtonBarPagerTabStripSettings { public var style = Style() } -open class ButtonBarPagerTabStripViewController: PagerTabStripViewController, PagerTabStripDataSource, PagerTabStripIsProgressiveDelegate, UICollectionViewDelegate, UICollectionViewDataSource { +open class ButtonBarPagerTabStripViewController: PagerTabStripViewController, PagerTabStripDataSource, PagerTabStripIsProgressiveDelegate, UICollectionViewDelegateFlowLayout, UICollectionViewDataSource { public var settings = ButtonBarPagerTabStripSettings()