Citrrus / MBContactPicker

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

shouldn't show searchtableview when there are no filtered contacts #102

Open fans3210 opened 8 years ago

fans3210 commented 8 years ago

since 'filteredContacts' is private, user wouldn't know whether there are search results. There is always a tableview shown even when the filteredContacts count is 0.

fans3210 commented 8 years ago

The contact picker should either show a searchtableview only if the num of filteredcontacts is not zero, or let user access the filteredcontacts property to let the user decide the ui change depends on the filteredcontacts