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、カスタム ビューとして直接使用します。
UIBarButtonItem
initWithCustomView:
UIView
UISegmentedControl