gpt4 book ai didi

iphone - 如何限制 UINavigationBar 中的 rightBarButtonItem 大小?

转载 作者:行者123 更新时间:2023-12-03 17:26:50 25 4
gpt4 key购买 nike

我用这个方法创建了一个 rightBarButtonItem :

- (UIBarButtonItem *)customBarButtonWithSelector:(SEL)callback {
UIButton *customButton = [UIButton buttonWithType:UIButtonTypeRoundedRect];
customButton.bounds = CGRectMake(0, 0, 30.0f, 30.0f);
return [[[UIBarButtonItem alloc] initWithCustomView:customButton] autorelease];
}

在执行时,当触摸按钮外部(靠近中间)的栏时,将触发选择器。

有没有办法将事件响应者限制在定义的界限或可接受的范围内?

最佳答案

尝试在栏按钮项目数组中的按钮之前放置一个固定的空格。

关于iphone - 如何限制 UINavigationBar 中的 rightBarButtonItem 大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2712100/

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