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.
我的视图中有一个播放按钮,如果我按下播放它会更新流并开始播放.. 直到我得到播放歌曲我不想在播放按钮上进行任何用户交互.. 谁能帮助我.. ...
button.userInteractionEnabled = NO;
您还可以将“启用”属性设置为“否”,或者如果您想要动画,请将 alpha 淡出。