
Примерно так:
Код: Выделить всё
[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:self action:@selector(someAction)];
Подробнее здесь: https://stackoverflow.com/questions/472 ... amatically

Код: Выделить всё
[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:self action:@selector(someAction)];