-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[f] Add custom transition animation features: flip, fade.. #144
base: master
Are you sure you want to change the base?
Conversation
@PGLongo Please review my PR. Thanks 💃 |
PKHUD/PKHUDCustomTransition.swift
Outdated
|
||
/// PKHUDCustomTransition provides a content view that custom trainsiton the supplied image automatically. | ||
open class PKHUDCustomTransition: PKHUDSquareBaseView, PKHUDAnimating { | ||
|
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.
You have added 3 animation and then you manage only the .flip. Why?
PKHUD/PKHUDSquareBaseView.swift
Outdated
@@ -22,12 +23,13 @@ open class PKHUDSquareBaseView: UIView { | |||
super.init(coder: aDecoder) | |||
} | |||
|
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.
Add the params at the end
Thanks @PGLongo |
Would love to see this integrated! |
No description provided.