'ios,swift'에 해당되는 글 74건

  1. 2020.01.30 [ios] swift already presenting issue 해결방법
  2. 2020.01.30 [ios] swift click이벤트를 막는 방법
ios,swift2020. 1. 30. 10:17

[ios]swift already presenting issue 해결방법

 

다른 uicontorller 이동할려고 하니 이전에 있던..거란다..

 

DispatchQueue.main.async 안에 넣어줘야 한다.

 

Posted by thdeodls85
ios,swift2020. 1. 30. 10:16

[ios] swift click이벤트를 막는 방법

 

스토리보드에 이벤트를 걸었다 하더라도..

 

상황에 따라서 이벤트 클릭을 안되게 막고 싶다..

 

어떻게 해야 할까???

 

isUserInteractionEnabled -> 이 구분자로 click 않되게 할 수 있다.

Posted by thdeodls85