Is there a way to get this icon programatically?
In some way like this:
[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:self action:@selector(someAction)];
I've checked the Icons and Images section in iOS Human Interface Guidelines, but I don't see it anywhere.