Skip to content

Commit 7618d97

Browse files
author
Kyle Begeman
authored
Update README.md
1 parent ed0fe14 commit 7618d97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ When the tag limit is reached, the text fields will no longer activate when tapp
8888

8989
Similar to any text field, **InlineTagControllerDelegate** gives you access to the real time text while typing new tags, and each final tag once created (will not be called if validation fails)
9090

91-
```
91+
```swift
9292
public protocol InlineTagControllerDelegate: class {
9393
func inlineTagController(_ controller: InlineTagController, didFinishEditing text: String)
9494
func inlineTagController(_ controller: InlineTagController, didChange text: String)

0 commit comments

Comments
 (0)