gpt4 book ai didi

ios - 在这种情况下我如何将按钮居中

转载 作者:行者123 更新时间:2023-11-29 13:15:10 24 4
gpt4 key购买 nike

我有这些代码行,将我的完成按钮放在工具栏中。我不知道如何将它居中。我在网上尝试了很多方法,但找不到有效的方法。

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;

谢谢

最佳答案

您可以在关闭按钮前后添加一个带有 UIBarButtonSystemItemFlexibleSpaceUIBarButtonSystemItem

UIBarButtonItem* flexibleSpace = 
[[UIBarButtonItem alloc]initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:nil];

关于ios - 在这种情况下我如何将按钮居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16023878/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com