Skip to content

Making addActivityIndicator of FUIAuthBaseViewController public #431

@AndriyGo

Description

@AndriyGo

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 :)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions