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.
2 つのボタン (ビデオ、曲) を含むメイン ビューがあります。
クリックしたときにビデオボタンをビデオビューに移動させ、ソングボタンをソングビューに移動させるにはどうすればよいですか?
ありがとう
行を使用[videoBtn removeFromSuperView];して追加できます[videoView addSubView:videoBtn];
[videoBtn removeFromSuperView];
[videoView addSubView:videoBtn];
ここで、videoBtn フレームを再度設定して、それに応じて調整する必要がある場合があります。