I'm adding the TITokenFieldViews (2-3 of them) one below another to a parent view. This is to achieve multiple token views (To/CC/Bcc etc.). But I get a strange behavior. In any TITokenFieldView, I start typing and the tokens get added properly. I'm able to tap and select a particular token on the first couple of lines. But on tapping to select a token on the 4th or 5th line (and so on), the TITokenFieldView contracts to "N recipients". The - (void)didEndEditing method is somehow fired when I tap a token on the 4th line (or above). Why is this happening?