Open
Conversation
This pull request keen to fix the issue #113 , which the tap gesture's target will be null after rewinding the card. Current approach just removes the previous tap gesture and add the new one.
Compiler for Swift 3+ will complain about M_PI usage, as it has been marked as deprecated. Use Double.pi to avoid this warning during compile time. Signed-off-by: Jamie Couture <jamie.couture@crowdspark.com>
ZLSwipeableView.swift: avoid compiler warning
fixed ViewManager.addTapRecognizer() for nil target gesture recognizer
Swift4 upgrade accidentally included team agent information when it should be kept empty. End users that attempt to build should change it in their environment, however this setting should not be stored upstream. Signed-off-by: Jamie Couture <jamie.couture@crowdspark.com>
pbxproj: drop team agent
Fix subviews position on orientation change, refs #120
* add rotation degree property * add angle property to README * add description of angle property
Added support for SPM
Since the SPM change is not on the latest release, you have to specify the master branch to use the package
Update README.md with correct instructions for SPM
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.