Hi Can we add a additional button when creating a custom view. I created a subclass for PFLogInViewController. The button was added but i cannot clicked the button. Is it allowed to add additional button in PFLogInViewController child class?
Thanks!
Hi Can we add a additional button when creating a custom view. I created a subclass for PFLogInViewController. The button was added but i cannot clicked the button. Is it allowed to add additional button in PFLogInViewController child class?
Thanks!
Copyright © 2021 Jogjafile Inc.
To add a button (or any other view) you need to subclass PFLogInViewController as described in this tutorial https://parse.com/tutorials/login-and-signup-views
For example, if you wish to add 1Password button to the Parse login view's password field, you can do it like this: