完了ボタンをツールバーに配置するこれらのコード行があります。中心にする方法がわかりません。私はオンラインで多くのことを試しましたが、うまくいくものを見つけることができません。
self.closeButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:self action:@selector(close)];
self.closeButton.enabled = YES;
self.closeButton.imageInsets = UIEdgeInsetsZero;
self.closeButton.style = UIBarButtonItemStylePlain;
self.closeButton.width = 32.000;
ありがとう