-
-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrated changes from voznesenskym/AMWaveTransition
- Loading branch information
1 parent
08e506c
commit 5dfdd05
Showing
5 changed files
with
54 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "AMWaveTransition" | ||
s.version = "0.4" | ||
s.version = "0.5" | ||
s.summary = "Custom transition between viewcontrollers holding tableviews. Each cell is animated to simulate a 'wave effect'." | ||
s.homepage = "https://github.com/andreamazz/AMWaveTransition" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Andrea Mazzini" => "[email protected]" } | ||
s.source = { :git => "https://github.com/andreamazz/AMWaveTransition.git", :tag => '0.4' } | ||
s.source = { :git => "https://github.com/andreamazz/AMWaveTransition.git", :tag => '0.5' } | ||
s.platform = :ios, '7.0' | ||
s.source_files = 'AMWaveTransition', '*.{h,m}' | ||
s.requires_arc = true | ||
|
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
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
5dfdd05
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, ask a question, i used AMWaveTransition in my project, but i do not use storyboard, so after add AMWaveTransition, i tested and fournd the animation have a problem, when i push action, the from view's animation disappeared, inclued back view gesture, last i did not find a solution, can you help me or give me a suggestion?I do not know where modifications, ths very much.