albert102000
Results
1
comments of
albert102000
I managed to work around this as follows: ``` showSignupForm(titleText: "Please fill in your info", by: [.fullName, .mobile, .email, .password], action: { if let topController = UIApplication.shared.keyWindow?.rootViewController, let view =...