mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-27 05:05:51 +03:00
[PR #558] [CLOSED] fire dismiss handler when safariViewControllerDidFinish(control… #667
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#667
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/558
Author: @karrybit
Created: 11/15/2019
Status: ❌ Closed
Base:
master← Head:dismissHandlerWhenDidFinishSafari📝 Commits (2)
4847905[fix] fire dismiss handler when safariViewControllerDidFinish(controller:)63a4fdafix to call method📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
Sources/Handler/SafariURLHandler.swift(+1 -0)📄 Description
I always use it conveniently. Thank you very much.
The dismiss completion did not work when the [DONE] button in Safari was tapped.
Since I had activated of UIActivityIndicatorView before transitioning to Safari, I needed dismissHandler to stop it.
I modified to work the dismissHandler when safariViewControllerDidFinish(:controller) fires.
Thank you for the review.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.