Skip to content

Commit 25369ae

Browse files
committed
Merge branch 'release/3.1.1'
2 parents 091be2c + 7ffeb7a commit 25369ae

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Persei.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Persei"
3-
spec.version = '3.1'
3+
spec.version = '3.1.1'
44

55
spec.homepage = "https://github.com/Yalantis/Persei"
66
spec.summary = "Animated top menu for UITableView / UICollectionView / UIScrollView in Swift!"
@@ -19,4 +19,3 @@ Pod::Spec.new do |spec|
1919
spec.module_name = 'Persei'
2020
spec.requires_arc = true
2121
end
22-

Persei/Source/Menu/MenuView.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ open class MenuView: StickyHeaderView {
8686

8787
collectionLayout.itemSize = CGSize(width: contentHeight - inset * 2, height: contentHeight - inset * 2)
8888
}
89-
}
90-
91-
public extension MenuView {
9289

9390
public func frameOfItem(at index: Int) -> CGRect {
9491
let indexPath = IndexPath(item: index, section: 0)

0 commit comments

Comments
 (0)