We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c72ca0 commit df076c1Copy full SHA for df076c1
Source/WSTagsField.swift
@@ -276,7 +276,8 @@ public class WSTagsField: UIView {
276
repositionViews()
277
}
278
279
- public func acceptCurrentTextAsTag(){
+ /// Take the text inside of the field and make it a Tag.
280
+ public func acceptCurrentTextAsTag() {
281
if let currentText = tokenizeTextFieldText() where (self.textField.text?.isEmpty ?? true) == false {
282
self.addTag(currentText)
283
0 commit comments