mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 12:15:37 +08:00
Fixing misprint in RCText.m
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
if ((self = [super initWithFrame:frame])) {
|
if ((self = [super initWithFrame:frame])) {
|
||||||
_textStorage = [[NSTextStorage alloc] init];
|
_textStorage = [[NSTextStorage alloc] init];
|
||||||
|
|
||||||
self.accessibilityElement = YES;
|
self.isAccessibilityElement = YES;
|
||||||
self.accessibilityTraits |= UIAccessibilityTraitStaticText;
|
self.accessibilityTraits |= UIAccessibilityTraitStaticText;
|
||||||
|
|
||||||
self.opaque = NO;
|
self.opaque = NO;
|
||||||
|
|||||||
Reference in New Issue
Block a user