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?
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?