zhxnlai / ZLPeoplePickerViewController

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

Is there a way to remove the + button on ZLPeoplePickerVC without modifying your code? #9

Open appfabtech opened 9 years ago

zhxnlai commented 9 years ago

Unfortunately, no. You could remove the + button by commenting this line. I will add this option in the next release.

appfabtech commented 9 years ago

Thanks and thanks above all for the great component. For now I solved subclassing it and changing them in my subclass

It works like a charm :)

zhxnlai commented 9 years ago

Sounds great!