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.
ビデオの再生機能を実行するカスタムボタンをIBに作成しました。しかし、ビデオが利用できないときは、ボタンを無効にして非表示にしたいことがあります。
ボタンは、IBOutletをドラッグすることでコードにリンクされます。
ですから、そうすると[playButton setEnabled:NO]無効になりますが、透明になりますが、まだ表示されています。私はそれが完全に消えた必要があります。何か案は?
[playButton setEnabled:NO]
非表示に設定playButton.hidden = YESします。 無効にすると、ユーザーの操作のみが防止されます
playButton.hidden = YES