Skip to content

Instantly share code, notes, and snippets.

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: {
//
})