Skip to content

Instantly share code, notes, and snippets.

@Nathan187
Created July 16, 2018 13:21
Show Gist options
  • Save Nathan187/0ad46342c90d8ce7cea98e31c82de31d to your computer and use it in GitHub Desktop.
Save Nathan187/0ad46342c90d8ce7cea98e31c82de31d to your computer and use it in GitHub Desktop.
public class LoginRelated {
public class var ReturnLoginRelatedDialog : AnyObject?
{
let vc = authenticateViewController!// AuthenticateViewController(nibName: "AuthenticateViewController", bundle: nil)
let popup = PopupDialog(viewController: vc, buttonAlignment: .horizontal, transitionStyle: .zoomIn,
preferredWidth: 300, gestureDismissal: true, hideStatusBar: true, completion: {
//
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment