Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

question about done button #50

Open
rogomantik opened this issue Mar 19, 2016 · 0 comments
Open

question about done button #50

rogomantik opened this issue Mar 19, 2016 · 0 comments

Comments

@rogomantik
Copy link

Hi,
Why did you used

    [self setDoneButton:[[UIBarButtonItem alloc] initWithTitle:NSLocalizedStringFromTable(@"Done", @"BSKeyboardControls", @"Done button title.")
                                                         style:UIBarButtonItemStyleDone
                                                        target:self
                                                        action:@selector(doneButtonPressed:)]];

instead of

[self setDoneButton:[[UIBarButtonItem alloc] initWithBarButtonSystemItem: UIBarButtonSystemItemDone target:self action:@selector(doneButtonPressed:)]];

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

No branches or pull requests

1 participant