Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 313a3cc

Browse files
committedJan 25, 2016
Create Truncater with context. So it will actually truncate string in its initializer
1 parent e0e019e commit 313a3cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎AsyncDisplayKit/TextKit/ASTextKitRenderer.mm

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ - (ASTextKitContext *)context
8888
exclusionPaths:attributes.exclusionPaths
8989
constrainedSize:shadowConstrainedSize
9090
layoutManagerFactory:attributes.layoutManagerFactory];
91+
92+
[self truncater];
9193
}
9294
return _context;
9395
}

0 commit comments

Comments
 (0)
This repository has been archived.