sigmundfridge

Results 13 comments of sigmundfridge

Can confirm. This tiny change fixes the issue

And this is the simplest solution but I fear it might be too simple ``` - (BOOL)textFieldShouldReturn:(UITextField *)textField { if (!self.enabled) return NO; _resultsTable.hidden = YES; if ([_tokenFieldDelegate respondsToSelector:@selector(tokenFieldDidReturn:)]) [_tokenFieldDelegate...

Is it possible to resubmit the pod with the current master version on github? Just to see if something went wrong last time? Sent from my iPad On Oct 27,...