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

Commit

Permalink
* [ios] fix attribute for useCoreText
Browse files Browse the repository at this point in the history
  • Loading branch information
acton393 committed May 2, 2017
1 parent 601b6e4 commit 50f6f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK/Sources/Component/WXTextComponent.m
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ - (instancetype)initWithRef:(NSString *)ref
- (BOOL)useCoreText
{

if ([_useCoreTextAttr isEqualToString:@"yes"]) {
if ([_useCoreTextAttr isEqualToString:@"true"]) {
return YES;
}
if ([_useCoreTextAttr isEqualToString:@"false"]) {
Expand Down

0 comments on commit 50f6f8f

Please sign in to comment.