-
Notifications
You must be signed in to change notification settings - Fork 487
Description
As I am implementing the custom authentication via Facebook, I am subclassing the FUIFacebookAuth class. One problem which I ran into is that the addActivityIndicator of FUIAuthBaseViewController is not public. This means that I cannot tell the framework to display an activity indicator during the execution of completeSignInFlowWithAccessToken method.
I think this is not right. As long as I am using the default FUIAuthBaseViewController (or even if I subclass it), I should have access to this helper method.
I am wishing to open a PR to address this by making the addActivityIndicator public. I guess all that I need to do is to move its declaration from FUIAuthBaseViewController_Internal.h to FUIAuthBaseViewController.h.
The only reason I am opening this issue is that you suggest doing so in your contributing guidelines before submitting a PR.
Please let me know what you think about this proposed change and whether you are happy to approve it :)