Let's say, I have a TokenField, where the user can input who the message should be sent to. But I don't want that the user can input more than 3 Token.
Is there a way to achieve this?
Let's say, I have a TokenField, where the user can input who the message should be sent to. But I don't want that the user can input more than 3 Token.
Is there a way to achieve this?
Implement
NSTokenField
DelegatetokenField:shouldAddObjects:atIndex: