File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "Persei"
3
- spec . version = '3.1'
3
+ spec . version = '3.1.1 '
4
4
5
5
spec . homepage = "https://github.com/Yalantis/Persei"
6
6
spec . summary = "Animated top menu for UITableView / UICollectionView / UIScrollView in Swift!"
@@ -19,4 +19,3 @@ Pod::Spec.new do |spec|
19
19
spec . module_name = 'Persei'
20
20
spec . requires_arc = true
21
21
end
22
-
Original file line number Diff line number Diff line change @@ -86,9 +86,6 @@ open class MenuView: StickyHeaderView {
86
86
87
87
collectionLayout. itemSize = CGSize ( width: contentHeight - inset * 2 , height: contentHeight - inset * 2 )
88
88
}
89
- }
90
-
91
- public extension MenuView {
92
89
93
90
public func frameOfItem( at index: Int ) -> CGRect {
94
91
let indexPath = IndexPath ( item: index, section: 0 )
You can’t perform that action at this time.
0 commit comments