BSKeyboardControls icon indicating copy to clipboard operation
BSKeyboardControls copied to clipboard

question about done button

Open rogomantik opened this issue 9 years ago • 0 comments

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:)]];

rogomantik avatar Mar 19 '16 10:03 rogomantik