EddyBorja / MLPAutoCompleteTextField

UITextfield subclass with autocomplete menu. For iOS.
Other
1.21k stars 222 forks source link

EXC_BAD_ACCESS when using it as Pod in Swift? #81

Open terrybu opened 9 years ago

terrybu commented 9 years ago

I'm guessing trying to force it into a Swift project doesn't work?

I tried to do it and in MLPAutoCompleteTextField.m, I got an EXC_BAD_ACCESS error that crashes the app at line 489 (self.autoCompleteSortQueue.name = [NSString stringWithFormat:@"AutoComplete Queue %i, arc4random()];