Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何删除工具栏上 UIBarButtonItems 之间的默认空闲空间?您可以在屏幕上看到可用空间
您想创建一个自定义UIBarButtonItem. 使用类的initWithCustomView:初始化程序UIBarButtonItem创建一个包含两个按钮的项目。创建您自己的UIView子类,其中UIView包含两个按钮的自定义,或UISegmentedControl直接使用 a 作为自定义视图。
UIBarButtonItem
initWithCustomView:
UIView
UISegmentedControl