Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
appfabtech opened this issue May 9, 2015 · 3 comments

Comments

@appfabtech
Copy link

No description provided.

@zhxnlai
Copy link
Owner

zhxnlai commented May 9, 2015

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

@appfabtech
Copy link
Author

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

  • (void) viewDidLoad
    {
    [super viewDidLoad];
    self.navigationItem.title = @"0";
    self.navigationItem.rightBarButtonItem = nil;
    }

It works like a charm :)

@zhxnlai
Copy link
Owner

zhxnlai commented May 10, 2015

Sounds great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants