WSTagsField: Not working in static TableViewController Cell

It freezes my TableViewController when i subclass the TextField to WSTagsField in the Storyboard, and i get the below error after the app stops

Discarding message for event 1 because of too many unprocessed messages 2017-03-13 16:56:26.713355 LocationApp[46653:475740] [Client] Discarding message for event 27 because of too many unprocessed messages (lldb)

i try subclassing in my TableViewController class only, like this @IBOutlet weak var tagsTextField: WSTagsField! But its not putting the text in tags, treating it like normal TextField

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 16 (8 by maintainers)

Most upvoted comments

Came here with the same UI-locking issue, but the ‘fix-37’ branch addressed things for me.

One note: When using in conjunction with auto-resizing cells, sometimes my typing will wrap to the next line, and the height won’t adjust until the tag is created (see below).

untitled

2017-05-15 5 59 17 repositionViews() cost loop