Skip to content

Commit

Permalink
Merge branch 'release/3.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dimazen committed Oct 26, 2017
2 parents 091be2c + 7ffeb7a commit 25369ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions Persei.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Persei"
spec.version = '3.1'
spec.version = '3.1.1'

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

3 changes: 0 additions & 3 deletions Persei/Source/Menu/MenuView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ open class MenuView: StickyHeaderView {

collectionLayout.itemSize = CGSize(width: contentHeight - inset * 2, height: contentHeight - inset * 2)
}
}

public extension MenuView {

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

0 comments on commit 25369ae

Please sign in to comment.