@@ -86,7 +86,7 @@ typedef void (^FUIAuthAlertActionHandler)(void);
8686- (void )cancelAuthorization ;
8787
8888/* * @fn showSignInAlertWithEmail:provider:handler:
89- @brief Displays an alert to conform with user whether she wants to proceed with the provider.
89+ @brief Displays an alert asking the user to confirm whether or not they want to proceed with the selected provider.
9090 @param email The email address to sign in with.
9191 @param provider The identity provider to sign in with.
9292 @param signinHandler Handler for the sign in action of the alert.
@@ -100,7 +100,7 @@ typedef void (^FUIAuthAlertActionHandler)(void);
100100
101101/* * @fn incrementActivity
102102 @brief Increment the current activity count. If there's positive number of activities, display
103- and animate the activity indicator with a short period of delay.
103+ and animate the activity indicator with a short delay.
104104 @remarks Calls to @c incrementActivity and @c decrementActivity should be balanced.
105105 */
106106- (void )incrementActivity ;
@@ -113,8 +113,8 @@ typedef void (^FUIAuthAlertActionHandler)(void);
113113- (void )decrementActivity ;
114114
115115/* * @fn addActivityIndicator:
116- @brief Creates and add activity indicator to the center of the specified view.
117- @param view The View where indicator is shown.
116+ @briefCreates and adds an activity indicator to the center of the specified view.
117+ @param view The view where indicator is shown.
118118 */
119119+ (UIActivityIndicatorView *)addActivityIndicator : (UIView *)view ;
120120
0 commit comments