mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #69] Trying to have a Cancel for Instagram and also have it flush to the top of the window. #45
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#45
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?
Originally created by @ejpusa-zz on GitHub (May 24, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/69
Tried a number of things, but since the WebView is not created in a storyboard, seems i'm not able to position it. Wondering if there is a work around for these 2 needed features:
@phimage commented on GitHub (May 24, 2015):
with current master branch you can show your own webview with storyboard and add a cancel button
your own controller, action, etc...
see an example here https://github.com/hopye/OauthTest/tree/master/pruebaOAUTH/pruebaOAUTH
from #63
@phimage commented on GitHub (Aug 7, 2015):
@ejpusa could you close? (demo provided by the link in my previous comment show how to work with storyboard)