태그>touchesended(총 1개의 글)
'touchesended' 관련 최근글
-
- UIViewController의 touchesEnded를 override해도 안불리는 경우
-
공부가 본업. by 언제나19|2014/10/03 15:49
modal이라서, 겉부분을 투명색으로 하고, 그 부분이 눌리면, dismiss하게 만들으려고 했는데, // MARK: Touch override func touchesEnded(touches: NSSet, withEvent event: UIEvent) { LOG.info("cancelled") self.dismissVi..
- UIViewController의 touchesEnded를 override해도 안불리는 경우