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.
次のように Finder 検索のように、カスタム ビューに太いバーを追加します。
Interface Builderにはツールバーしかありません。太いバーを追加するだけで、IBを使用してボタンをカスタマイズできます。それを行う方法はありますか?
Cocoa の一部である「グラデーション ビュー」はありません。独自の NSView サブクラスを作成し、NSGradient を使用して自分でグラデーションを描画する必要があります。ただし、努力する前に、github.com で既製のグラデーション ビューを検索することを検討してください。