Citrrus / MBContactPicker

iOS7 Styled Contact Picker Library that uses a UICollectionView
MIT License
501 stars 60 forks source link

didEnterCustomText delegate method never called. #88

Closed npahucki closed 9 years ago

npahucki commented 9 years ago

The method delegate method - (void)contactPicker:(MBContactPicker*)contactPicker didEnterCustomText:(NSString*)text never gets called on the delegate. I took a quick look at the code and it is not being used anywhere from what I can see. Was this a feature that was going to be added then was not?

From the context it look like this method was supposed to fire if I added some text that was not included in the list of contacts. Is that right?

npahucki commented 9 years ago

I addressed this in pull request #90.