我怎么才能在左边的barButton旁边或者rightbarButton旁边添加按钮,我的意思是我需要在标题栏上有两个以上的按钮,这是可能的吗?
barButton
rightbarButton
提前感谢
发布于 2011-05-14 00:28:15
我建议使用UISegmentedControl来控制所有的按钮,并使用[[UIButton alloc] initWithCustomView:]来显示片段控件。
UISegmentedControl
[[UIButton alloc] initWithCustomView:]
https://stackoverflow.com/questions/5988058
相似问题