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.
Cocoa アプリに UISlider を追加しました。コードを追加せずにプログラムを実行すると、スライダーを左右にドラッグできます。ただし、IBOutlet を割り当てると、スライダーに触れるとアプリケーションが終了します。何故ですか?
わかりました、私は問題を解決しました。アプリケーションを Window ベースのアプリケーションにすれば、何の問題もありません。アプリケーションをビューベースのアプリケーションにすると、問題が発生します。何故ですか?