Open destinybonavita opened 4 years ago
Trying to add a custom ViewController to add a TextField is not working as expected. I followed this example but the "RATE THIS APP" is showing on top of the buttons and isn't showing the TextField at all.
ViewController
TextField
let viewController = JoinViewController(nibName: "JoinViewController", bundle: nil) let popup = PopupDialog(viewController: viewController, buttonAlignment: .horizontal, transitionStyle: .bounceDown, tapGestureDismissal: true, panGestureDismissal: false) popup.addButton(DefaultButton(title: "Join Random", action: nil)) popup.addButton(CancelButton(title: "Cancel", action: nil)) self.present(popup, animated: true, completion: nil)
Please provide information on your development environment, so we can build with the same scenario.
12.2 (12B45b)
pod 'PopupDialog', '~> 1.1'
13.0
Swift
5
If you are not using any dependency managers, you can remove this section.
CocoaPods
Filled out above
Possible solution to your problem: https://github.com/Orderella/PopupDialog/issues/362#issuecomment-755947344
Report
Trying to add a custom
ViewController
to add aTextField
is not working as expected. I followed this example but the "RATE THIS APP" is showing on top of the buttons and isn't showing theTextField
at all.Environment
Please provide information on your development environment, so we can build with the same scenario.
12.2 (12B45b)
pod 'PopupDialog', '~> 1.1'
13.0
Swift
5
Dependency management
If you are not using any dependency managers, you can remove this section.
CocoaPods
What did you do?
Filled out above
What did you expect to happen?
Filled out above
What happened instead?
Filled out above
Project that demonstrates the issue
Filled out above