Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
Accessibility: Lint & code format
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesbr committed Dec 10, 2015
1 parent 7a20f40 commit 82f9ff3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions ParseUI/Classes/LogInViewController/PFLogInView.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
///--------------------------------------
#pragma mark - Accessibility Identifiers
///--------------------------------------

NSString *const PFLogInViewUsernameFieldAccessibilityIdentifier = @"PFLogInViewUsernameFieldAccessibilityIdentifier";
NSString *const PFLogInViewPasswordFieldAccessibilityIdentifier = @"PFLogInViewPasswordFieldAccessibilityIdentifier";
NSString *const PFLogInViewLogInButtonAccessibilityIdentifier = @"PFLogInViewLogInButtonAccessibilityIdentifier";
Expand Down
2 changes: 0 additions & 2 deletions ParseUI/Classes/SignUpViewController/PFSignUpView.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ typedef NS_OPTIONS(NSInteger, PFSignUpFields) {
PFSignUpFieldsDismissButton)
};


/**
`PFSignUpFields`'s accessibity identifiers
Expand All @@ -62,7 +61,6 @@ extern NSString *const PFSignUpViewAdditionalFieldAccessibilityIdentifier;
extern NSString *const PFSignUpViewSignUpButtonAccessibilityIdentifier;
extern NSString *const PFSignUpViewDismissButtonAccessibilityIdentifier;


@class PFTextField;

/**
Expand Down
1 change: 1 addition & 0 deletions ParseUI/Classes/SignUpViewController/PFSignUpView.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
///--------------------------------------
#pragma mark - Accessibility Identifiers
///--------------------------------------

NSString *const PFSignUpViewUsernameFieldAccessibilityIdentifier = @"PFSignUpViewUsernameFieldAccessibilityIdentifier";
NSString *const PFSignUpViewEmailFieldAccessibilityIdentifier = @"PFSignUpViewEmailFieldAccessibilityIdentifier";
NSString *const PFSignUpViewPasswordFieldAccessibilityIdentifier = @"PFSignUpViewPasswordFieldAccessibilityIdentifier";
Expand Down

0 comments on commit 82f9ff3

Please sign in to comment.