Skip to content

Commit 4f11402

Browse files
committed
updated readme
1 parent a0fe84d commit 4f11402

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ And like this all text will be size 20
7373
"red".red.append("blue").blue.all.size(20)
7474
```
7575

76+
### Clickable links
77+
When using AttributedTextView and creating links with .makeInteract, then you have to be aware that it will also automatically set the following properties which are needed for links to work.
78+
79+
```swift
80+
isUserInteractionEnabled = true
81+
isSelectable = true
82+
isEditable = false
83+
```
84+
7685
### Sample code
7786

7887
Here is a sample of some basic functions:

0 commit comments

Comments
 (0)