Skip to content

Commit df076c1

Browse files
Headerdoc comments
1 parent 2c72ca0 commit df076c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/WSTagsField.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ public class WSTagsField: UIView {
276276
repositionViews()
277277
}
278278

279-
public func acceptCurrentTextAsTag(){
279+
/// Take the text inside of the field and make it a Tag.
280+
public func acceptCurrentTextAsTag() {
280281
if let currentText = tokenizeTextFieldText() where (self.textField.text?.isEmpty ?? true) == false {
281282
self.addTag(currentText)
282283
}

0 commit comments

Comments
 (0)