Use accessibility identifier macros in UIUtil.h.

This commit is contained in:
Matthew Chen 2019-02-19 16:20:17 -05:00
parent 189bbb9f16
commit 99cd3f9b26
1 changed files with 0 additions and 5 deletions

View File

@ -22,11 +22,6 @@
NS_ASSUME_NONNULL_BEGIN
#define SUBVIEW_ACCESSIBILITY_IDENTIFIER(_root_view, _variable_name) \
([NSString stringWithFormat:@"%@.%@", _root_view.class, _variable_name])
#define SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(_root_view, _variable_name) \
_variable_name.accessibilityIdentifier = SUBVIEW_ACCESSIBILITY_IDENTIFIER(_root_view, (@ #_variable_name))
typedef NS_ENUM(NSInteger, ProfileViewMode) {
ProfileViewMode_AppSettings = 0,
ProfileViewMode_Registration,