-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug that the Button was disappearing after presenting and dismi…
…ssing a view controller on top
- Loading branch information
Manuel Escrig Ventura
committed
Mar 3, 2016
1 parent
9fe92d4
commit b459995
Showing
4 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = "MEVFloatingButton" | ||
s.version = "0.5.0" | ||
s.summary = "An iOS drop-in UITableView/UICollectionView/UIScrollView superclass category for showing a customizable floating button on top of it." | ||
s.version = "1.1.2" | ||
s.summary = "An iOS drop-in UITableView, UICollectionView, UIScrollView superclass category for showing a customizable floating button on top of it." | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
|
@@ -18,14 +18,11 @@ Pod::Spec.new do |s| | |
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
s.description = <<-DESC | ||
An iOS drop-in UITableView/UICollectionView/UIScrollView superclass category for showing a customizable floating button on top of it. | ||
A very customazible category in order to add a floating button as seen as in material design on top of a UIScrollView, UITableView or a UICollectionView. | ||
Includes different delegate methods such us 'didTapButton', 'floatingButtonWillAppear', 'floatingButtonDidAppear', 'floatingButtonWillDisappear' and 'floatingButtonDidDisappear'. | ||
DESC | ||
|
||
s.homepage = "https://github.com/manuelescrig/MEVFloatingButton" | ||
# s.screenshots = "https://cloud.githubusercontent.com/assets/1849990/13219261/29aef4a8-d96f-11e5-8632-85b31c3c1c1f.gif", "https://cloud.githubusercontent.com/assets/1849990/13219263/29d8c3b4-d96f-11e5-9d12-502363e77759.gif", "https://cloud.githubusercontent.com/assets/1849990/13219262/29d78f94-d96f-11e5-8d01-0805ef799160.gif", "https://cloud.githubusercontent.com/assets/1849990/13219329/9efde354-d96f-11e5-88a5-4175729e471e.gif" | ||
# s.screenshots = "https://cloud.githubusercontent.com/assets/1849990/13462466/db001be6-e087-11e5-92a1-79c8ecefb715.gif" | ||
s.license = 'MIT' | ||
s.author = { "Manuel Escrig Ventura" => "[email protected]" } | ||
s.source = { :git => "https://github.com/manuelescrig/MEVFloatingButton.git", :tag => s.version.to_s } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters