zhxnlai / ZLPeoplePickerViewController

A multilingual replacement for ABPeoplePickerNavigationController (address book picker) that supports UILocalized​Indexed​Collation
MIT License
189 stars 48 forks source link

Why the iOS8+ limitation? #1

Closed thedp closed 9 years ago

thedp commented 9 years ago

I've tried the demo project on a real iPhone 4 with iOS7.1.2, and it seems to work OK. Is there any specific reason why you decided it's iOS8+ ?

Thanks.

zhxnlai commented 9 years ago

ZLPeoplePickerViewController uses UISearchController(which is available since iOS 8) for displaying search results. Does the search bar work on your device?

thedp commented 9 years ago

As you can see in the attached screenshots, the search bar is simply missing in iOS7 simulator and the real device: screen shot 2015-04-16 at 1 08 39 am screen shot 2015-04-16 at 1 08 57 am

zhxnlai commented 9 years ago

Thanks for your feedback!