mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[PR #351] [MERGED] Created a variable that we can handle if want or not animation transition #607
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#607
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/351
Author: @felipeflorencio
Created: 3/14/2017
Status: ✅ Merged
Merged: 3/14/2017
Merged by: @phimage
Base:
master← Head:master📝 Commits (1)
044fb1dCreated a variable that we can handle to set for false if we do not want navigation transition animation📊 Changes
1 file changed (+6 additions, -4 deletions)
View changed files
📝
Sources/OAuthWebViewController.swift(+6 -4)📄 Description
I have the need to set to false navigation transition, because my type of navigation UX, but using the webview provided by lib i can not do this, only if i change the lib, but will cause problem beside i'm using cocoapods as manager.
So i changed the variable "animated" to one that now is public and provide by default the animation as "true", but now i have the chance to set to "false" if i need.
Hope get merged so i will can use at my project without need of change all the flow or something like that
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.