Skip to content

Commit 4fbfc41

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 9d771d9 + 2e499d7 commit 4fbfc41

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,6 @@ This command automatically installs the necessary files, as well as stores nativ
1818

1919
It works exactly the same way as the {N} plugin. However it adds a few improvements
2020

21-
## iOS Performances
22-
23-
On iOS generating html string can be slow using the system way.
24-
You can enable `DTCoreText` to make it faster.
25-
26-
- add pod `DTCoreText` in your app Podfile at `App_Resources/ios`
27-
28-
```
29-
pod 'DTCoreText'
30-
```
31-
32-
- enable it in your `app.(js|ts)` (as soon as possible)
33-
34-
```javascript
35-
require('@nativescript-community/ui-label').enableIOSDTCoreText();
36-
```
37-
3821
### Angular
3922

4023
```typescript

0 commit comments

Comments
 (0)