File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Source/NVActivityIndicatorView/Presenter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ public final class NVActivityIndicatorPresenter {
233
233
- parameter data: Information package used to display UI blocker.
234
234
- parameter fadeInAnimation: Fade in animation.
235
235
*/
236
- public final func startAnimating( _ data: ActivityData , _ fadeInAnimation: FadeInAnimation ? ) {
236
+ public final func startAnimating( _ data: ActivityData , _ fadeInAnimation: FadeInAnimation ? = nil ) {
237
237
self . data = data
238
238
state. startAnimating ( presenter: self , fadeInAnimation)
239
239
}
@@ -243,7 +243,7 @@ public final class NVActivityIndicatorPresenter {
243
243
244
244
- parameter fadeOutAnimation: Fade out animation.
245
245
*/
246
- public final func stopAnimating( _ fadeOutAnimation: FadeOutAnimation ? ) {
246
+ public final func stopAnimating( _ fadeOutAnimation: FadeOutAnimation ? = nil ) {
247
247
state. stopAnimating ( presenter: self , fadeOutAnimation)
248
248
}
249
249
You can’t perform that action at this time.
0 commit comments