Skip to content

Commit 9356494

Browse files
committed
docs
1 parent 4c56818 commit 9356494

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ let label = ActiveLabel()
1919

2020
label.text = "This is a post with #hashtags and a @userhandle."
2121
label.textColor = .blackColor()
22+
label.handleHashtagTap { hashtag in
23+
print("Success. You just tapped the \(hashtag) hashtag")
24+
}
2225
```
2326

2427
## API

0 commit comments

Comments
 (0)