wnstkdyu/HackDay_GestureVideoPlayer

UI가 나타났다 사라지는 것 구현

Opened this issue · 1 comments

  • 나타났다 사라질 때 터치를 받아야함
    • UIView.animateoptions.allowUserInteractionEnabled로 아직 부족한 듯.
    • outlet.layer.removeAllanimations를 적용할 경우 플레이 버튼과 백 버튼만 먼저 사라짐.
  • 전체 UI Lock이랑 잘 이루어지게끔 로직 짜야 함.

Timer를 통해서 해놨지만 아직 UISlider를 터치했을 때 연장하는 것이 불안정.