Skip to content

Commit

Permalink
v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Datt1994 committed Feb 24, 2021
1 parent ef79ab2 commit d333d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ tagTextView.setText("There are many variations of passages of Lorem Ipsum availa
tagTextView.setText(nil, arrTags: [])

//Add tag replacing serached string
//tagTextView.addTag(allText: <#T##String?#>, tagText: <#T##String#>, id: <#T##String#>, data: <#T##[String : Any]#>, customTextAttributes: <#T##[NSAttributedString.Key : Any]?#>, isAppendSpace: <#T##Bool#>)
//tagTextView.addTag(allText: String?, tagText: String, id: String, data: [String : Any], customTextAttributes: [NSAttributedString.Key : Any], isAppendSpace: Bool)
tagTextView.addTag(tagText: "User Name")
```

Expand Down

0 comments on commit d333d8b

Please sign in to comment.