CLTokenInputView icon indicating copy to clipboard operation
CLTokenInputView copied to clipboard

Limit of tokens

Open brightsider opened this issue 8 years ago • 3 comments

Can you add limit of tokens?

brightsider avatar Jul 31 '17 10:07 brightsider

use did begin editing and check token counts

RK905 avatar Sep 13 '17 21:09 RK905

I want to disable user input when limit reached

brightsider avatar Sep 15 '17 11:09 brightsider

if([self.tokenInputView allTokens].count] >1){ disable }else { enable }

RK905 avatar Oct 20 '17 14:10 RK905